org.apache.hadoop.hive.metastore.parser
Interface ExpressionTree.TreeVisitor

Enclosing class:
ExpressionTree

public static interface ExpressionTree.TreeVisitor


Method Summary
 void visit(ExpressionTree.LeafNode node)
           
 void visit(ExpressionTree.TreeNode node)
           
 

Method Detail

visit

void visit(ExpressionTree.TreeNode node)
           throws MetaException
Throws:
MetaException

visit

void visit(ExpressionTree.LeafNode node)
           throws MetaException
Throws:
MetaException


Copyright © 2012 The Apache Software Foundation