Uses of Interface
org.ek9lang.compiler.Compiler
Packages that use 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
Methods in org.ek9lang.cli that return CompilerModifier and TypeMethodDescriptionCompilationContext.compiler()
Returns the value of thecompiler
record component.Constructors in org.ek9lang.cli with parameters of type CompilerModifierConstructorDescription(package private)
CompilationContext
(CommandLine commandLine, Compiler compiler, FileCache sourceFileCache, boolean muteReportedErrors) Creates an instance of aCompilationContext
record class. -
Uses of Compiler in org.ek9lang.compiler
Classes in org.ek9lang.compiler that implement CompilerModifier and TypeClassDescriptionclass
The main EK9 compiler (HERE FOR COMPILER ENTRY).