public static interface ExpressionTree.TreeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ExpressionTree.LeafNode node) |
void |
visit(ExpressionTree.TreeNode node) |
void visit(ExpressionTree.TreeNode node) throws MetaException
MetaExceptionvoid visit(ExpressionTree.LeafNode node) throws MetaException
MetaExceptionCopyright © 2012 The Apache Software Foundation