public final class AttSourceDebugExtension extends BaseAttribute
SourceDebugExtension 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 |
|---|
AttSourceDebugExtension(CstString smapString)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
CstString |
getSmapString()
Gets the SMAP data of this instance.
|
getNamepublic static final java.lang.String ATTRIBUTE_NAME
non-null; attribute name for attributes of this typepublic AttSourceDebugExtension(CstString smapString)
smapString - non-null; the SMAP data from the class file.public int byteLength()
6.>= 6; the total length, in bytespublic CstString getSmapString()
non-null; the SMAP data.Copyright © 2020. All Rights Reserved.