public static class ProgramPrefixUtil.ProgramPrefixInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
length |
private MethodFrame |
mf |
| Constructor and Description |
|---|
ProgramPrefixInfo(int length,
MethodFrame mf) |
| Modifier and Type | Method and Description |
|---|---|
MethodFrame |
getInnerMostMethodFrame() |
int |
getLength() |
private final int length
private final MethodFrame mf
public ProgramPrefixInfo(int length,
MethodFrame mf)
public int getLength()
public MethodFrame getInnerMostMethodFrame()