| 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.
|
| EqualsVisitor | |
| GenericVisitorAdapter<R,A> | |
| ModifierVisitorAdapter<A> |
This visitor adapter can be used to save time when some specific nodes needs
to be changed.
|
| VoidVisitorAdapter<A> |
Copyright © 2007-2015. All Rights Reserved.