public interface IASTVisitor
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2017 Kevoree Project. All rights reserved.