public static class ClassFile.SourceFileAttribute extends ClassFile.AttributeInfo
Constructor and Description |
---|
SourceFileAttribute(short attributeNameIndex,
short sourceFileIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
storeBody(DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
store
public SourceFileAttribute(short attributeNameIndex, short sourceFileIndex)
protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfo
storeBody
in class ClassFile.AttributeInfo
IOException
Copyright © 2001–2016. All rights reserved.