Class LocalVariableTypeTable
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.LocalVariableTypeTable
- All Implemented Interfaces:
Serializable, Cloneable, Node
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableTypeTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voiddump(DataOutputStream file) final LocalVariablegetLocalVariable(int index) final LocalVariable[]final intfinal voidsetLocalVariableTable(LocalVariable[] local_variable_table) final StringtoString()Methods inherited from class Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
Constructor Details
-
LocalVariableTypeTable
-
LocalVariableTypeTable
public LocalVariableTypeTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool)
-
-
Method Details