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