Uses of Class
org.apache.bcel.verifier.exc.LocalVariableInfoInconsistentException
-
Packages that use LocalVariableInfoInconsistentException Package Description 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 Modifier and Type Method Description void
LocalVariableInfo. add(java.lang.String name, int startPc, int length, Type type)
Adds some information about this local variable (slot).void
LocalVariablesInfo. add(int slot, java.lang.String name, int startPc, int length, Type type)
Adds information about the local variable in slot 'slot'.
-