Package org.waxeye.ast

Interface Summary
IAST<E extends Enum<?>> An interface for an AST node.
IASTVisitor A visitor for IAST nodes.
IChar An AST node with a character.
IEmpty An interface for an AST without children.
 

Class Summary
AST<E extends Enum<?>> A class to represent an abstract syntax tree.
Char<E extends Enum<?>> An AST node with a character.
Empty<E extends Enum<?>> A class to represent an empty AST.
NoChildren<E extends Enum<?>> A class to represent an AST with no children.
Position The position of an AST relative to the input.
 



Waxeye Parser Generator