static final class FieldDatabase.FieldWriterInfo extends Object
<method,field>
combination, where the method
may write the field.Modifier and Type | Field and Description |
---|---|
(package private) static int |
ANALYZED |
(package private) static int |
BOTTOM |
(package private) TypeReference |
concreteType |
(package private) int |
status |
Constructor and Description |
---|
FieldWriterInfo() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isAnalyzed() |
(package private) boolean |
isBottom() |
(package private) void |
setAnalyzed() |
(package private) void |
setBottom() |
static final int BOTTOM
static final int ANALYZED
int status
TypeReference concreteType
FieldWriterInfo()
void setBottom()
void setAnalyzed()
boolean isBottom()
boolean isAnalyzed()