com.jeantessier.classreader
Class SourceFile_attribute
java.lang.Object
|
+--com.jeantessier.classreader.Attribute_info
|
+--com.jeantessier.classreader.SourceFile_attribute
- All Implemented Interfaces:
- Visitable
- public class SourceFile_attribute
- extends Attribute_info
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SourceFile_attribute
public SourceFile_attribute(Classfile classfile,
Visitable owner,
java.io.DataInputStream in)
throws java.io.IOException
SourceFileIndex
public int SourceFileIndex()
RawSourceFile
public UTF8_info RawSourceFile()
SourceFile
public java.lang.String SourceFile()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Accept
public void Accept(Visitor visitor)