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
Classes in org.ek9lang.compiler that implement interfaces with type arguments of type CompilationPhaseResultModifier and TypeClassDescriptionclass
Marks the specific activity of a compiler phase.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
Classes in org.ek9lang.compiler.config that implement interfaces with type arguments of type CompilationPhaseResultModifier and TypeClassDescriptionclass
Abstract concept of a supplier of phases for a compilation.Methods in org.ek9lang.compiler.config that return types with arguments of type CompilationPhaseResult -
Uses of CompilationPhaseResult in org.ek9lang.compiler.phase0
Classes in org.ek9lang.compiler.phase0 that implement interfaces with type arguments of type CompilationPhaseResultMethods in org.ek9lang.compiler.phase0 that return CompilationPhaseResultModifier and TypeMethodDescriptionParsing.apply
(Workspace workspace, CompilerFlags compilerFlags)