Uses of Interface
org.apache.openjpa.kernel.jpql.Node
-
Uses of Node in org.apache.openjpa.kernel.jpql
Modifier and TypeClassDescriptionprotected static class
Base node that will be generated by the JPQLExpressionBuilder; base class of theSimpleNode
that is used byJPQL
.class
Base node implementation for all JPQL nodes.Modifier and TypeMethodDescriptionJPQLExpressionBuilder.JPQLNode.jjtGetChild
(int i) Node.jjtGetChild
(int i) This method returns a child node.JPQLExpressionBuilder.JPQLNode.jjtGetParent()
Node.jjtGetParent()
final Node
JPQL.parseQuery()
JJTJPQLState.peekNode()
JJTJPQLState.popNode()
JJTJPQLState.rootNode()
Modifier and TypeMethodDescriptionvoid
JJTJPQLState.clearNodeScope
(Node n) void
JJTJPQLState.closeNodeScope
(Node n, boolean condition) void
JJTJPQLState.closeNodeScope
(Node n, int num) void
JPQLExpressionBuilder.JPQLNode.jjtAddChild
(Node n, int i) void
Node.jjtAddChild
(Node n, int i) This method tells the node to add its argument to the node's list of children.void
JPQLExpressionBuilder.JPQLNode.jjtSetParent
(Node parent) void
Node.jjtSetParent
(Node n) This pair of methods are used to inform the node of its parent.void
JJTJPQLState.openNodeScope
(Node n) void