|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalVariable | |
---|---|
org.apache.bcel.classfile | This package contains the classes that describe the structure of a Java class file and a class file parser. |
org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. |
org.apache.bcel.verifier.statics | Provides PassVerifier classes used internally by JustIce. |
Uses of LocalVariable in org.apache.bcel.classfile |
---|
Methods in org.apache.bcel.classfile that return LocalVariable | |
---|---|
LocalVariable |
LocalVariable.copy()
|
LocalVariable |
LocalVariableTable.getLocalVariable(int index)
Deprecated. since 5.2 because multiple variables can share the same slot, use getLocalVariable(int index, int pc) instead. |
LocalVariable |
LocalVariableTable.getLocalVariable(int index,
int pc)
|
LocalVariable[] |
LocalVariableTable.getLocalVariableTable()
|
Methods in org.apache.bcel.classfile with parameters of type LocalVariable | |
---|---|
void |
LocalVariableTable.setLocalVariableTable(LocalVariable[] local_variable_table)
|
void |
Visitor.visitLocalVariable(LocalVariable obj)
|
void |
EmptyVisitor.visitLocalVariable(LocalVariable obj)
|
void |
DescendingVisitor.visitLocalVariable(LocalVariable var)
|
Constructors in org.apache.bcel.classfile with parameters of type LocalVariable | |
---|---|
LocalVariable(LocalVariable c)
Initialize from another object. |
|
LocalVariableTable(int name_index,
int length,
LocalVariable[] local_variable_table,
ConstantPool constant_pool)
|
Uses of LocalVariable in org.apache.bcel.generic |
---|
Methods in org.apache.bcel.generic that return LocalVariable | |
---|---|
LocalVariable |
LocalVariableGen.getLocalVariable(ConstantPoolGen cp)
Get LocalVariable object. |
Uses of LocalVariable in org.apache.bcel.verifier.statics |
---|
Methods in org.apache.bcel.verifier.statics with parameters of type LocalVariable | |
---|---|
void |
StringRepresentation.visitLocalVariable(LocalVariable obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |