Uses of Class
org.apache.bcel.verifier.exc.LocalVariableInfoInconsistentException

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, 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).