|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalVariableInfoInconsistentException | |
---|---|
org.apache.bcel.verifier.statics | Provides PassVerifier classes used internally by JustIce. |
Uses of LocalVariableInfoInconsistentException in org.apache.bcel.verifier.statics |
---|
Methods in org.apache.bcel.verifier.statics that throw LocalVariableInfoInconsistentException | |
---|---|
void |
LocalVariablesInfo.add(int slot,
String name,
int startpc,
int length,
Type t)
Adds information about the local variable in slot 'slot'. |
private void |
LocalVariableInfo.add(int offset,
String name,
Type t)
Adds information about name and type for a given offset. |
void |
LocalVariableInfo.add(String name,
int startpc,
int length,
Type t)
Adds some information about this local variable (slot). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |