Uses of Interface
org.ek9lang.antlr.EK9Visitor
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of EK9Visitor in org.ek9lang.antlr
Modifier 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
Modifier 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.