Uses of Interface
org.ek9lang.antlr.EK9Visitor
Packages that use EK9Visitor
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of EK9Visitor in org.ek9lang.antlr
Classes in org.ek9lang.antlr that implement EK9VisitorModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA cut down visitor that just deals with packages at a basic level.classPass 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.