public final class BytecodeAnalysisContext extends AnalysisContext
AnalysisContext.AnalysisContextKey| Modifier and Type | Field and Description |
|---|---|
static BytecodeLocation[] |
emptyLabelList |
protected BytecodeLocation[] |
labels
The chain of
BytecodeLocation objects representing allocation sites. |
id| Modifier | Constructor and Description |
|---|---|
protected |
BytecodeAnalysisContext(BytecodeLocation[] labelList) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
BytecodeLocation[] |
labels() |
String |
toString() |
protected boolean |
valueEquals(AnalysisContext obj)
Must implement value equality for analysis context.
|
protected int |
valueHashCode()
Must implement value hash code for analysis context.
|
asKey, equals, getId, hashCodepublic static final BytecodeLocation[] emptyLabelList
protected final BytecodeLocation[] labels
BytecodeLocation objects representing allocation sites.
Note: the size of labels is the depth of the context space.
protected BytecodeAnalysisContext(BytecodeLocation[] labelList)
public int getLength()
public BytecodeLocation[] labels()
protected boolean valueEquals(AnalysisContext obj)
AnalysisContextvalueEquals in class AnalysisContextprotected int valueHashCode()
AnalysisContextvalueHashCode in class AnalysisContextpublic String toString()
toString in class AnalysisContext