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, setConstantPoolpublic static final String ATTRIBUTE_NAME
public List<LineNumberTable.Entry> getEntries()
public byte[] getBytes()
AttributeCopyright © 2017. All rights reserved.