Uses of Interface
org.apache.openjpa.kernel.jpql.Node
Packages that use Node
-
Uses of Node in org.apache.openjpa.kernel.jpql
Classes in org.apache.openjpa.kernel.jpql that implement NodeModifier and TypeClassDescriptionprotected static classBase node that will be generated by the JPQLExpressionBuilder; base class of theSimpleNodethat is used byJPQL.classBase node implementation for all JPQL nodes.Methods in org.apache.openjpa.kernel.jpql that return NodeModifier and TypeMethodDescriptionJPQLExpressionBuilder.JPQLNode.jjtGetChild(int i) Node.jjtGetChild(int i) This method returns a child node.JPQLExpressionBuilder.JPQLNode.jjtGetParent()Node.jjtGetParent()final NodeJPQL.parseQuery()JJTJPQLState.peekNode()JJTJPQLState.popNode()JJTJPQLState.rootNode()Methods in org.apache.openjpa.kernel.jpql with parameters of type NodeModifier and TypeMethodDescriptionvoidJJTJPQLState.clearNodeScope(Node n) voidJJTJPQLState.closeNodeScope(Node n, boolean condition) voidJJTJPQLState.closeNodeScope(Node n, int num) voidJPQLExpressionBuilder.JPQLNode.jjtAddChild(Node n, int i) voidNode.jjtAddChild(Node n, int i) This method tells the node to add its argument to the node's list of children.voidJPQLExpressionBuilder.JPQLNode.jjtSetParent(Node parent) voidNode.jjtSetParent(Node n) This pair of methods are used to inform the node of its parent.voidJJTJPQLState.openNodeScope(Node n) void