public final class SourceFile extends Attribute
Attribute
,
Serialized Formconstant_pool, length, name_index, tag
Constructor and Description |
---|
SourceFile(int name_index,
int length,
int sourcefile_index,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool _constant_pool) |
String |
getSourceFileName() |
String |
toString() |
clone, getName, getTag, readAttribute
public SourceFile(int name_index, int length, int sourcefile_index, ConstantPool constant_pool)
name_index
- Index in constant pool to CONSTANT_Utf8, which
should represent the string "SourceFile".length
- Content length in bytes, the value should be 2.constant_pool
- The constant pool that this attribute is
associated with.sourcefile_index
- Index in constant pool to CONSTANT_Utf8. This
string will be interpreted as the name of the file from which this
class was compiled. It will not be interpreted as indicating the name
of the directory contqining the file or an absolute path; this
information has to be supplied the consumer of this attribute - in
many cases, the JVM.public final String getSourceFileName()
public final String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.