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
This class is derived from Attribute and represents a reference to the source file of this class. At most one SourceFile attribute should appear per classfile. The intention of this class is that it is instantiated from the Attribute.readAttribute() method.
Version:
$Id: SourceFile.java,v 1.5 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: