Uses of Class
org.apache.bcel.classfile.LocalVariable
-
Packages that use LocalVariable Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions.org.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce. -
-
Uses of LocalVariable in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as LocalVariable Modifier and Type Field Description (package private) static LocalVariable[]LocalVariable. EMPTY_ARRAYprivate static LocalVariable[]LocalVariableTable. EMPTY_ARRAYprivate static LocalVariable[]LocalVariableTypeTable. EMPTY_ARRAYprivate LocalVariable[]LocalVariableTable. localVariableTableprivate LocalVariable[]LocalVariableTypeTable. localVariableTypeTableMethods in org.apache.bcel.classfile that return LocalVariable Modifier and Type Method Description LocalVariableLocalVariable. copy()Creates a deep copy of this object.LocalVariableLocalVariableTable. getLocalVariable(int index)Deprecated.Since 5.2 because multiple variables can share the same slot, use getLocalVariable(int index, int pc) instead.LocalVariableLocalVariableTable. getLocalVariable(int index, int pc)LocalVariableLocalVariableTypeTable. getLocalVariable(int index)LocalVariable[]LocalVariableTable. getLocalVariableTable()LocalVariable[]LocalVariableTypeTable. getLocalVariableTypeTable()Methods in org.apache.bcel.classfile that return types with arguments of type LocalVariable Modifier and Type Method Description java.util.Iterator<LocalVariable>LocalVariableTable. iterator()java.util.Iterator<LocalVariable>LocalVariableTypeTable. iterator()Methods in org.apache.bcel.classfile with parameters of type LocalVariable Modifier and Type Method Description voidLocalVariableTable. setLocalVariableTable(LocalVariable[] localVariableTable)voidLocalVariableTypeTable. setLocalVariableTable(LocalVariable[] localVariableTable)voidDescendingVisitor. visitLocalVariable(LocalVariable var)voidEmptyVisitor. visitLocalVariable(LocalVariable obj)voidVisitor. visitLocalVariable(LocalVariable obj)Visits a LocalVariable.Constructors in org.apache.bcel.classfile with parameters of type LocalVariable Constructor Description LocalVariable(LocalVariable localVariable)Initializes from another LocalVariable.LocalVariableTable(int nameIndex, int length, LocalVariable[] localVariableTable, ConstantPool constantPool)LocalVariableTypeTable(int nameIndex, int length, LocalVariable[] localVariableTypeTable, ConstantPool constantPool) -
Uses of LocalVariable in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return LocalVariable Modifier and Type Method Description LocalVariableLocalVariableGen. 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 LocalVariable Modifier and Type Method Description voidPass2Verifier.CPESSC_Visitor. visitLocalVariable(LocalVariable obj)voidStringRepresentation. visitLocalVariable(LocalVariable obj)
-