|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IASTVisitor
A visitor for IAST nodes.
Method Summary | |
---|---|
void |
visitAST(IAST<?> tree)
Visits the tree as a AST. |
void |
visitChar(IChar tree)
Visits the tree as a Char. |
void |
visitEmpty(IEmpty tree)
Visits the tree as Empty. |
Method Detail |
---|
void visitAST(IAST<?> tree)
tree
- The tree to visit.void visitEmpty(IEmpty tree)
tree
- The tree to visit.void visitChar(IChar tree)
tree
- The tree to visit.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |