public final class AttLineNumberTable extends BaseAttribute
LineNumberTable attributes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type |
| Constructor and Description |
|---|
AttLineNumberTable(LineNumberList lineNumbers)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
LineNumberList |
getLineNumbers()
Gets the list of "line number" entries associated with this instance.
|
getNamepublic static final java.lang.String ATTRIBUTE_NAME
non-null; attribute name for attributes of this typepublic AttLineNumberTable(LineNumberList lineNumbers)
lineNumbers - non-null; list of line number entriespublic int byteLength()
6.>= 6; the total length, in bytespublic LineNumberList getLineNumbers()
non-null; the listCopyright © 2020. All Rights Reserved.