Class AttLocalVariableTable
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.BaseLocalVariables
com.android.dx.cf.attrib.AttLocalVariableTable
- All Implemented Interfaces:
Attribute
Attribute class for standard
LocalVariableTable attributes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringnon-null;attribute name for attributes of this type -
Constructor Summary
ConstructorsConstructorDescriptionAttLocalVariableTable(LocalVariableList localVariables) Constructs an instance. -
Method Summary
Methods inherited from class BaseLocalVariables
byteLength, getLocalVariablesMethods inherited from class BaseAttribute
getName
-
Field Details
-
ATTRIBUTE_NAME
non-null;attribute name for attributes of this type- See Also:
-
-
Constructor Details
-
AttLocalVariableTable
Constructs an instance.- Parameters:
localVariables-non-null;list of local variable entries
-