Methods in org.apache.bcel.verifier.statics that throw LocalVariableInfoInconsistentException |
void |
LocalVariablesInfo.add(int slot,
java.lang.String name,
int startpc,
int length,
Type t)
Adds information about the local variable in slot 'slot'. |
private void |
LocalVariableInfo.add(int offset,
java.lang.String name,
Type t)
Adds information about name and type for a given offset. |
void |
LocalVariableInfo.add(java.lang.String name,
int startpc,
int length,
Type t)
Adds some information about this local variable (slot). |