|
||||||||||
| 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. |
String |
getMainClassName()
Returns the name of the top level public type. |
Reader |
getSource()
Return an input stream for the contents. |
| Method Detail |
|---|
Reader getSource()
throws IOException
IOExceptionString 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 | |||||||||