SourceFileAttribute_infopublic final class SourceFileAttribute_info extends Attribute_info
Fields Summary |
---|
public int | m_sourcefile_index |
Constructors Summary |
---|
public SourceFileAttribute_info(int attribute_name_index)
super (attribute_name_index, 0);
| SourceFileAttribute_info(int attribute_name_index, long attribute_length, com.vladium.jcd.lib.UDataInputStream bytes)
super (attribute_name_index, attribute_length);
m_sourcefile_index = bytes.readU2 ();
|
|