org.jikesrvm.compilers.opt
Class FieldDatabase.FieldWriterInfo
java.lang.Object
org.jikesrvm.compilers.opt.FieldDatabase.FieldWriterInfo
- Enclosing class:
- FieldDatabase
static final class FieldDatabase.FieldWriterInfo
- extends Object
A data structure holding information about a particular
<method,field>
combination, where the method
may write the field.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOTTOM
static final int BOTTOM
- See Also:
- Constant Field Values
ANALYZED
static final int ANALYZED
- See Also:
- Constant Field Values
status
int status
concreteType
TypeReference concreteType
FieldDatabase.FieldWriterInfo
FieldDatabase.FieldWriterInfo()
setBottom
void setBottom()
setAnalyzed
void setAnalyzed()
isBottom
boolean isBottom()
isAnalyzed
boolean isAnalyzed()