| Interface | Description |
|---|---|
| GenericVisitor<R,A> |
A visitor that has a return value.
|
| VoidVisitor<A> |
A visitor that does not return anything.
|
| Class | Description |
|---|---|
| CloneVisitor | |
| DumpVisitor |
Dumps the AST to formatted Java source code.
|
| DumpVisitor.SourcePrinter | |
| EqualsVisitor | |
| GenericVisitorAdapter<R,A> | |
| ModifierVisitorAdapter<A> |
This visitor adapter 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–2016. All rights reserved.