Uses of Class
org.apache.bcel.verifier.statics.LocalVariableInfo
Packages that use LocalVariableInfo
Package
Description
PassVerifier classes used internally by JustIce.
-
Uses of LocalVariableInfo in org.apache.bcel.verifier.statics
Fields in org.apache.bcel.verifier.statics declared as LocalVariableInfoModifier and TypeFieldDescriptionprivate final LocalVariableInfo[]
LocalVariablesInfo.localVariableInfos
The information about the local variables is stored here.Methods in org.apache.bcel.verifier.statics that return LocalVariableInfoModifier and TypeMethodDescriptionLocalVariablesInfo.getLocalVariableInfo
(int slot) Returns the LocalVariableInfo for the given slot.