Interface | Description |
---|---|
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 | Description |
---|---|
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 kevs.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.
|
Copyright © 2017 Kevoree Project. All rights reserved.