Package com.android.dx.cf.attrib
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
Modifier and TypeFieldDescriptionstatic final String
non-null;
attribute name for attributes of this type -
Constructor Summary
ConstructorDescriptionAttLocalVariableTable
(LocalVariableList localVariables) Constructs an instance. -
Method Summary
Methods inherited from class com.android.dx.cf.attrib.BaseLocalVariables
byteLength, getLocalVariables
Methods inherited from class com.android.dx.cf.attrib.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
-