org.jikesrvm.compilers.opt
Class FieldDatabase.FieldWriterInfo

java.lang.Object
  extended by 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.


Field Summary
(package private) static int ANALYZED
           
(package private) static int BOTTOM
           
(package private)  TypeReference concreteType
           
(package private)  int status
           
 
Constructor Summary
FieldDatabase.FieldWriterInfo()
           
 
Method Summary
(package private)  boolean isAnalyzed()
           
(package private)  boolean isBottom()
           
(package private)  void setAnalyzed()
           
(package private)  void setBottom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FieldDatabase.FieldWriterInfo

FieldDatabase.FieldWriterInfo()
Method Detail

setBottom

void setBottom()

setAnalyzed

void setAnalyzed()

isBottom

boolean isBottom()

isAnalyzed

boolean isAnalyzed()