org.apache.hadoop.hive.serde2.dynamic_type
Class JJTthrift_grammarState

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState

public class JJTthrift_grammarState
extends Object


Constructor Summary
JJTthrift_grammarState()
           
 
Method Summary
 void clearNodeScope(Node n)
           
 void closeNodeScope(Node n, boolean condition)
           
 void closeNodeScope(Node n, int num)
           
 int nodeArity()
           
 boolean nodeCreated()
           
 void openNodeScope(Node n)
           
 Node peekNode()
           
 Node popNode()
           
 void pushNode(Node n)
           
 void reset()
           
 Node rootNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JJTthrift_grammarState

public JJTthrift_grammarState()
Method Detail

nodeCreated

public boolean nodeCreated()

reset

public void reset()

rootNode

public Node rootNode()

pushNode

public void pushNode(Node n)

popNode

public Node popNode()

peekNode

public Node peekNode()

nodeArity

public int nodeArity()

clearNodeScope

public void clearNodeScope(Node n)

openNodeScope

public void openNodeScope(Node n)

closeNodeScope

public void closeNodeScope(Node n,
                           int num)

closeNodeScope

public void closeNodeScope(Node n,
                           boolean condition)


Copyright © 2009 The Apache Software Foundation