com.android.dx.cf.attrib
Class AttLocalVariableTable

java.lang.Object
  extended by com.android.dx.cf.attrib.BaseAttribute
      extended by com.android.dx.cf.attrib.BaseLocalVariables
          extended by com.android.dx.cf.attrib.AttLocalVariableTable
All Implemented Interfaces:
Attribute

public final class AttLocalVariableTable
extends BaseLocalVariables

Attribute class for standard LocalVariableTable attributes.


Field Summary
static String ATTRIBUTE_NAME
          non-null; attribute name for attributes of this type
 
Constructor Summary
AttLocalVariableTable(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_NAME

public static final String ATTRIBUTE_NAME
non-null; attribute name for attributes of this type

See Also:
Constant Field Values
Constructor Detail

AttLocalVariableTable

public AttLocalVariableTable(LocalVariableList localVariables)
Constructs an instance.

Parameters:
localVariables - non-null; list of local variable entries


Copyright © 2015. All rights reserved.