Uses of Package
org.ek9lang.antlr
Package
Description
B - For the EK9 compiler itself.
Common parts of processing that can be reused across various phases.
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).
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
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.
Contains critical general components used in the
Ek9Compiler
listeners.
Focuses on aspects of Lexing and some parts of Parser configuration.
-
-
-
ClassDescriptionThis class provides an empty implementation of
EK9Listener
, which can be extended to create a listener which only needs to handle a subset of the available methods.This class provides an empty implementation ofEK9Visitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byEK9Parser
.This interface defines a complete generic visitor for a parse tree produced byEK9Parser
. -
-
ClassDescriptionThis class provides an empty implementation of
EK9Listener
, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byEK9Parser
. -
ClassDescriptionThis class provides an empty implementation of
EK9Listener
, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byEK9Parser
. -
ClassDescriptionThis class provides an empty implementation of
EK9Listener
, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byEK9Parser
. -
ClassDescriptionThis class provides an empty implementation of
EK9Listener
, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byEK9Parser
. -
ClassDescription
-