Uses of Class
org.apache.bcel.classfile.LocalVariable
Packages that use LocalVariable
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
Provides PassVerifier classes used internally by JustIce.
-
Uses of LocalVariable in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as LocalVariableModifier and TypeFieldDescriptionprivate LocalVariable[]
LocalVariableTable.localVariableTable
private LocalVariable[]
LocalVariableTypeTable.localVariableTypeTable
Methods in org.apache.bcel.classfile that return LocalVariableModifier and TypeMethodDescriptionLocalVariable.copy()
final LocalVariable
LocalVariableTable.getLocalVariable
(int index) Deprecated.since 5.2 because multiple variables can share the same slot, use getLocalVariable(int index, int pc) instead.final LocalVariable
LocalVariableTable.getLocalVariable
(int index, int pc) final LocalVariable
LocalVariableTypeTable.getLocalVariable
(int index) final LocalVariable[]
LocalVariableTable.getLocalVariableTable()
final LocalVariable[]
LocalVariableTypeTable.getLocalVariableTypeTable()
Methods in org.apache.bcel.classfile with parameters of type LocalVariableModifier and TypeMethodDescriptionfinal void
LocalVariableTable.setLocalVariableTable
(LocalVariable[] local_variable_table) final void
LocalVariableTypeTable.setLocalVariableTable
(LocalVariable[] local_variable_table) void
DescendingVisitor.visitLocalVariable
(LocalVariable var) void
EmptyVisitor.visitLocalVariable
(LocalVariable obj) void
Visitor.visitLocalVariable
(LocalVariable obj) Constructors in org.apache.bcel.classfile with parameters of type LocalVariableModifierConstructorDescriptionLocalVariable
(LocalVariable localVariable) Initializes from another LocalVariable.LocalVariableTable
(int nameIndex, int length, LocalVariable[] localVariableTable, ConstantPool constantPool) LocalVariableTypeTable
(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 LocalVariableModifier and TypeMethodDescriptionLocalVariableGen.getLocalVariable
(ConstantPoolGen cp) Gets LocalVariable object. -
Uses of LocalVariable in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type LocalVariableModifier and TypeMethodDescriptionvoid
Pass2Verifier.CPESSC_Visitor.visitLocalVariable
(LocalVariable obj) void
StringRepresentation.visitLocalVariable
(LocalVariable obj)