| Interface | Description |
|---|---|
| GenericVisitor<R,A> |
A visitor that has a return value.
|
| Visitable | |
| VoidVisitor<A> |
A visitor that does not return anything.
|
| Class | Description |
|---|---|
| CloneVisitor | |
| EqualsVisitor | |
| GenericVisitorAdapter<R,A> | |
| ModifierVisitor<A> |
This visitor can be used to save time when some specific nodes needs
to be changed.
|
| TreeVisitor |
Iterate over all the nodes in (a part of) the AST.
|
| VoidVisitorAdapter<A> |
Copyright © 2007–2017. All rights reserved.