- Type Hierarchy:
java.lang.Object
org.extendj.ast.ClassSource
- Direct Known Subclasses:
- BytecodeClassSource, FileClassSource
|
|||||||
| FRAMES NO FRAMES | |||||||
java.lang.Objectorg.extendj.ast.ClassSource
/home/jesper/git/extendj/java4/frontend/PathPart.jadd at line 46
public ClassSource(PathPart sourcePath)
public PathPart getSourcePath()
public abstract long lastModified()
public abstract java.io.InputStream openInputStream() throws java.io.IOException
java.io.IOExceptionpublic java.lang.String sourceName()
public abstract java.lang.String pathName()
public java.lang.String relativeName()
public java.lang.String toString()
public CompilationUnit parseCompilationUnit(Program program) throws java.io.IOException
null if something failed
java.io.IOExceptionprotected final PathPart sourcePath
public static final ClassSource NONE
This class source should never be used to attempt to load a class, it is simply used as a marker to indicate failure to find a compilation unit.
|
|||||||
| FRAMES NO FRAMES | |||||||