|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalVariablesInfo | |
---|---|
org.apache.bcel.verifier.statics | Provides PassVerifier classes used internally by JustIce. |
Uses of LocalVariablesInfo in org.apache.bcel.verifier.statics |
---|
Fields in org.apache.bcel.verifier.statics declared as LocalVariablesInfo | |
---|---|
private LocalVariablesInfo[] |
Pass2Verifier.localVariablesInfos
The LocalVariableInfo instances used by Pass3bVerifier. |
Methods in org.apache.bcel.verifier.statics that return LocalVariablesInfo | |
---|---|
LocalVariablesInfo |
Pass2Verifier.getLocalVariablesInfo(int method_nr)
Returns a LocalVariablesInfo object containing information about the usage of the local variables in the Code attribute of the said method or null if the class file this Pass2Verifier operates on could not be pass-2-verified correctly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |