Package | Description |
---|---|
org.apache.bcel.verifier.statics |
Provides PassVerifier classes used internally by JustIce.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LocalVariableInfo.add(java.lang.String name,
int startpc,
int length,
Type t) |
Adds some information about this local variable (slot).
|
void |
LocalVariablesInfo.add(int slot,
java.lang.String name,
int startpc,
int length,
Type t) |
Adds information about the local variable in slot 'slot'.
|