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

Method Summary
 
Methods inherited from class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
dump, dump, dump, dump, getChild, getChildCount, iterator, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



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