Package org.apache.openjpa.kernel.jpql
Class SimpleNode
- java.lang.Object
 - 
- org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode
 - 
- org.apache.openjpa.kernel.jpql.SimpleNode
 
 
 
- 
- All Implemented Interfaces:
 Serializable,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 
 - 
 
 -