Uses of Package
org.ek9lang.compiler.common
Packages that use org.ek9lang.compiler.common
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
B - For the EK9 compiler itself.
Common parts of processing that can be reused across various phases.
C - For the Suppliers of the 'compilation phases' as mentioned in the
org.ek9lang.compiler
package.
The directives are really aimed at helping the creation of the EK9 language, but they
maybe very useful in the early stages of adoption of EK9 (should there be any).
D - For the first of the compilation phases - it triggers source file Lexing and Parsing using 'ANTLR'.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
N - Code Generation.
O - Code Optimisation.
P - Packaging.
F - Resolution of Explicitly Defined Type Symbols - at this point phase1 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
G - Full Symbol Resolution can now take place.
H - Generic/Parameterised types can have their methods checked when used in specific contexts.
I - PRE Intermediate Representation generation checks.
J - Plugin Resolution.
K - Intermediate Representation Generation.
L - Template Generation.
M - Intermediate Representation Analysis and Optimization.
Contains critical general components used in the
Ek9Compiler
listeners.
This is the main source of EK9 Symbols used within the compiler.
Focuses on aspects of Lexing and some parts of Parser configuration.
A-2 - Start here for tooling entry point specifically 'language server' implementation.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.cliClassDescriptionA cut down visitor that just deals with packages at a basic level.Designed to ensure consistent reporting as part of the command line commands and executions.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compilerClassDescriptionAs and when sources are processed during each phase of the compilation.Register this event listener with the compiler to pick up on any warnings of errors during compilation.Just expends the standard reporter to use the EK9Comp message prefix.We need an error listener for the lexing parsing and also our own tree visiting.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.backend
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.backend.jvm
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.backend.llvm
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.commonClassDescriptionThe abstract base on most antlr listeners.Used for variable forms of simple code flow analysis.Designed to be used in a transient manner when interacting with variables.As and when sources are processed during each phase of the compilation.For compiler, errors, warning and other information from the compiler.A cut down visitor that just deals with packages at a basic level.We need an error listener for the lexing parsing and also our own tree visiting.Fine detail of the error.The type of the error.The details of an error, position, etc.What is the semantic nature of the error.Used for double dispatch when visiting nodes.Useful when attempting to traverse up stacks to find both the method and its parent aggregate.An immutable snapshot of EK9 main package directives.Designed to ensure consistent reporting as part of the command line commands and executions.Designed to be extended by rules and checkers.This stack object is only designed to be used when first parsing.Models information used in code analysis for various variable states.Used as external helper to record symbols and scopes across the parser.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.configClassDescriptionAs and when sources are processed during each phase of the compilation.Register this event listener with the compiler to pick up on any warnings of errors during compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.directivesClassDescriptionAs and when sources are processed during each phase of the compilation.Register this event listener with the compiler to pick up on any warnings of errors during compilation.What is the semantic nature of the error.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.ir
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase0ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase1ClassDescriptionThe abstract base on most antlr listeners.As and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.We need an error listener for the lexing parsing and also our own tree visiting.What is the semantic nature of the error.Designed to be extended by rules and checkers.Used as external helper to record symbols and scopes across the parser.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase10ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase11ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase12ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase2ClassDescriptionPredicate to see if an aggregate mandated pure in its construction.As and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.We need an error listener for the lexing parsing and also our own tree visiting.Designed to be extended by rules and checkers.Used as external helper to record symbols and scopes across the parser.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase3ClassDescriptionThe abstract base on most antlr listeners.As and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.We need an error listener for the lexing parsing and also our own tree visiting.What is the semantic nature of the error.Designed to be extended by rules and checkers.Just focussed on ensuring that scopes are correct push on to the scope stack.Used as external helper to record symbols and scopes across the parser.Designed to be used in phase3 only on or after - FULL_RESOLUTION.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase4ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.We need an error listener for the lexing parsing and also our own tree visiting.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase5ClassDescriptionThe abstract base on most antlr listeners.Used for variable forms of simple code flow analysis.As and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.We need an error listener for the lexing parsing and also our own tree visiting.Designed to be extended by rules and checkers.Just focussed on ensuring that scopes are correct push on to the scope stack.Used as external helper to record symbols and scopes across the parser.Designed to be used in phase3 only on or after - FULL_RESOLUTION.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase6ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase7ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase8ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.phase9ClassDescriptionAs and when sources are processed during each phase of the compilation.Just expends the standard reporter to use the EK9Comp message prefix.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.supportClassDescriptionWe need an error listener for the lexing parsing and also our own tree visiting.What is the semantic nature of the error.Designed to be extended by rules and checkers.Used as external helper to record symbols and scopes across the parser.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.symbolsClassDescriptionWe need an error listener for the lexing parsing and also our own tree visiting.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.compiler.tokenizerClassDescriptionWe need an error listener for the lexing parsing and also our own tree visiting.
-
Classes in org.ek9lang.compiler.common used by org.ek9lang.lspClassDescriptionWe need an error listener for the lexing parsing and also our own tree visiting.