|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilationUnit
This interface describes a compilation unit - usually a java class.
Method Summary | |
---|---|
long |
getLastModified()
Return the last modified for the compilation unit. |
java.lang.String |
getMainClassName()
Returns the name of the top level public type. |
java.io.Reader |
getSource()
Return an input stream for the contents. |
Method Detail |
---|
java.io.Reader getSource() throws java.io.IOException
java.io.IOException
java.lang.String getMainClassName()
long getLastModified()
-1
if
the information can't be detected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |