Uses of Interface
org.ek9lang.antlr.EK9Visitor
Packages that use EK9Visitor
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of EK9Visitor in org.ek9lang.antlr
Classes in org.ek9lang.antlr that implement EK9VisitorModifier and TypeClassDescriptionclass
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. -
Uses of EK9Visitor in org.ek9lang.compiler.common
Classes in org.ek9lang.compiler.common that implement EK9VisitorModifier 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 EK9Visitor in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement EK9VisitorModifier and TypeClassDescriptionfinal class
Deals with visiting all parts of the EK9 structure in a module (compilable source).