Uses of Interface
org.ek9lang.compiler.Compiler
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
B - For the EK9 compiler itself.
-
Uses of Compiler in org.ek9lang.cli
Modifier and TypeMethodDescriptionCompilationContext.compiler()
Returns the value of thecompiler
record component.ModifierConstructorDescription(package private)
CompilationContext
(CommandLineDetails commandLine, Compiler compiler, FileCache sourceFileCache, boolean muteReportedErrors) Creates an instance of aCompilationContext
record class. -
Uses of Compiler in org.ek9lang.compiler
Modifier and TypeClassDescriptionclass
The main EK9 compiler (HERE FOR COMPILER ENTRY).