org.apache.openjpa.kernel.jpql
Class SimpleNode

java.lang.Object
  extended by org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
      extended by org.apache.openjpa.kernel.jpql.SimpleNode
All Implemented Interfaces:
Serializable, org.apache.openjpa.kernel.jpql.Node

public class SimpleNode
extends JPQLExpressionBuilder.JPQLNode

Base node implementation for all JPQL nodes. Subclasses will be generated as part of the JavaCC process.

Author:
Marc Prud'hommeaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
children, id, inEnumPath, not, parent, parser, text
 
Constructor Summary
SimpleNode(org.apache.openjpa.kernel.jpql.JPQL parser, int id)
           
 
Method Summary
 
Methods inherited from class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
dump, dump, dump, dump, findChildByID, findChildrenByID, getChild, getChildCount, hasChildID, iterator, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, setToken, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleNode

SimpleNode(org.apache.openjpa.kernel.jpql.JPQL parser,
           int id)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.