Class SourceFile
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.SourceFile
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public final class SourceFile extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceFile(int name_index, int length, int sourcefile_index, ConstantPool constant_pool)SourceFile(SourceFile c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)intgetSourceFileIndex()StringgetSourceFileName()voidsetSourceFileIndex(int sourcefile_index)StringtoString()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
SourceFile
public SourceFile(SourceFile c)
-
SourceFile
public SourceFile(int name_index, int length, int sourcefile_index, ConstantPool constant_pool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
getSourceFileIndex
public final int getSourceFileIndex()
-
setSourceFileIndex
public final void setSourceFileIndex(int sourcefile_index)
-
getSourceFileName
public final String getSourceFileName()
-
-