Uses of Record Class
org.ek9lang.compiler.CompilationPhaseResult
Packages that use 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
Methods in org.ek9lang.compiler that return CompilationPhaseResultModifier and TypeMethodDescriptionCompilerPhase.apply
(Workspace workspace, CompilerFlags compilerFlags) Constructor parameters in org.ek9lang.compiler with type arguments of type CompilationPhaseResultModifierConstructorDescriptionEk9Compiler
(Supplier<List<BiFunction<Workspace, CompilerFlags, CompilationPhaseResult>>> compilationPhaseSupplier, boolean muteReportedErrors) Create a new compiler. -
Uses of CompilationPhaseResult in org.ek9lang.compiler.config
Methods in org.ek9lang.compiler.config that return types with arguments of type CompilationPhaseResult -
Uses of CompilationPhaseResult in org.ek9lang.compiler.phase0
Methods in org.ek9lang.compiler.phase0 that return CompilationPhaseResultModifier and TypeMethodDescriptionParsing.apply
(Workspace workspace, CompilerFlags compilerFlags)