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