public interface SingleSourceCode extends Code
Source
script.Modifier and Type | Method and Description |
---|---|
Set<String> |
getClassNames()
gets all class names for the single source.
|
long |
getLastModifiedAtCompileTime()
gets the last modified at compile time for the single source.
|
String |
getMainClassName()
gets the main class name for the single source.
|
Source |
getSource()
gets the source.
|
getBytecode, getClassNames, getClassNameSet, getLastModifiedAtCompileTime, getMainClassName, getSourceSet, getSourcesName, isForSource, toString
String getMainClassName()
Set<String> getClassNames()
long getLastModifiedAtCompileTime()
Source getSource()