public class LocalVariableTable extends Attribute
Modifier and Type | Class and Description |
---|---|
class |
LocalVariableTable.LocalVariable |
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_NAME |
Constructor and Description |
---|
LocalVariableTable(ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Get the bytes of this attribute.
|
List<LocalVariableTable.LocalVariable> |
getEntries()
Get the entries in LocalVariableTable.
|
getAttributeNameIndex, getDataInputStream, getName, readAttribute, setConstantPool, toString
public static final String ATTRIBUTE_NAME
public LocalVariableTable(ConstantPool cp)
public byte[] getBytes()
Attribute
public List<LocalVariableTable.LocalVariable> getEntries()
Copyright © 2017. All rights reserved.