Uses of Class
org.apache.bcel.verifier.statics.LocalVariableInfo
-
Packages that use LocalVariableInfo Package Description org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. -
-
Uses of LocalVariableInfo in org.apache.bcel.verifier.statics
Fields in org.apache.bcel.verifier.statics declared as LocalVariableInfo Modifier and Type Field Description private LocalVariableInfo[]LocalVariablesInfo. localVariableInfosThe information about the local variables is stored here.Methods in org.apache.bcel.verifier.statics that return LocalVariableInfo Modifier and Type Method Description LocalVariableInfoLocalVariablesInfo. getLocalVariableInfo(int slot)Returns the LocalVariableInfo for the given slot.
-