com.android.dx.cf.attrib
Class AttLocalVariableTypeTable
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.BaseLocalVariables
com.android.dx.cf.attrib.AttLocalVariableTypeTable
- All Implemented Interfaces:
- Attribute
public final class AttLocalVariableTypeTable
- extends BaseLocalVariables
Attribute class for standard LocalVariableTypeTable attributes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_NAME
public static final String ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
- See Also:
- Constant Field Values
AttLocalVariableTypeTable
public AttLocalVariableTypeTable(LocalVariableList localVariables)
- Constructs an instance.
- Parameters:
localVariables - non-null; list of local variable entries
Copyright © 2015. All rights reserved.