com.jeffpalm.basic.bytecode
Interface ISourceFileAttribute

All Superinterfaces:
IAttribute, ICodeGenerator, IDumpable
All Known Implementing Classes:
SourceFileAttribute

public interface ISourceFileAttribute
extends IAttribute


Method Summary
 java.lang.String sourceFile()
           
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IAttribute
length, name, pool
 
Methods inherited from interface com.jeffpalm.basic.util.IDumpable
dump
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Method Detail

sourceFile

java.lang.String sourceFile()