Uses of Record Class
org.ek9lang.compiler.CompilationPhaseResult
Package
Description
B - For the EK9 compiler itself.
C - For the Suppliers of the 'compilation phases' as mentioned in the
org.ek9lang.compiler
package.D - For the first of the compilation phases;it triggers source file Lexing and Parsing using 'ANTLR'.
-
Uses of CompilationPhaseResult in org.ek9lang.compiler
Modifier and TypeMethodDescriptionCompilerPhase.apply
(Workspace workspace, CompilerFlags compilerFlags) ModifierConstructorDescriptionEk9Compiler
(Supplier<List<BiFunction<Workspace, CompilerFlags, CompilationPhaseResult>>> compilationPhaseSupplier, boolean muteReportedErrors) Create a new compiler. -
Uses of CompilationPhaseResult in org.ek9lang.compiler.config
-
Uses of CompilationPhaseResult in org.ek9lang.compiler.phase0
Modifier and TypeMethodDescriptionParsing.apply
(Workspace workspace, CompilerFlags compilerFlags)