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