Package org.ek9lang.compiler
Interface Source
- All Known Implementing Classes:
CompilableSource
public interface Source
Defines the concept of an EK9 source file.
This can be development or library or just a main line source file.
i.e. not dev and not lib - means it is main project source.
-
Method Details
-
getFileName
String getFileName() -
isDev
default boolean isDev() -
isLib
default boolean isLib()
-