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 thecompilerrecord component.Constructors in org.ek9lang.cli with parameters of type CompilerModifierConstructorDescription(package private)CompilationContext(CommandLine commandLine, Compiler compiler, FileCache sourceFileCache, boolean muteReportedErrors, CompilationResult compilationResult) Creates an instance of aCompilationContextrecord class. -
Uses of Compiler in org.ek9lang.compiler
Classes in org.ek9lang.compiler that implement CompilerModifier and TypeClassDescriptionclassThe main EK9 compiler (HERE FOR COMPILER ENTRY).