Uses of Class
org.ek9lang.antlr.EK9BaseVisitor
Packages that use EK9BaseVisitor
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of EK9BaseVisitor in org.ek9lang.compiler.common
Subclasses of EK9BaseVisitor in org.ek9lang.compiler.commonModifier and TypeClassDescriptionclass
A cut down visitor that just deals with packages at a basic level.class
Pass a string of an ek9 typeDef in and use the EK9 parser to just handle the breaking up of a String of a TypeDef into a structure and names. -
Uses of EK9BaseVisitor in org.ek9lang.compiler.phase7
Subclasses of EK9BaseVisitor in org.ek9lang.compiler.phase7Modifier and TypeClassDescriptionfinal class
Deals with visiting all parts of the EK9 structure in a module (compilable source).