public static class StaticAnalysisResults.BytecodeEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StaticAnalysisResults.BytecodeEntry |
next
Next element of linked list, with higher bci.
|
| Constructor and Description |
|---|
BytecodeEntry(int bci,
JavaTypeProfile typeProfile,
JavaMethodProfile methodProfile,
JavaTypeProfile invokeResultTypeProfile,
JavaTypeProfile staticTypeProfile) |
protected StaticAnalysisResults.BytecodeEntry next