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
MetaException
void visit(ExpressionTree.LeafNode node) throws MetaException
MetaException
Copyright © 2012 The Apache Software Foundation