| Package | Description | 
|---|---|
| org.apache.cayenne.ejbql.parser | 
| Modifier and Type | Method and Description | 
|---|---|
| Node | Node. jjtGetChild(int i)This method returns a child node. | 
| Node | SimpleNode. jjtGetChild(int i) | 
| Node | Node. jjtGetParent() | 
| Node | SimpleNode. jjtGetParent() | 
| Node | EJBQL. parseQuery() | 
| Node | JJTEJBQLState. peekNode() | 
| Node | JJTEJBQLState. popNode() | 
| Node | JJTEJBQLState. rootNode() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JJTEJBQLState. clearNodeScope(Node n) | 
| void | JJTEJBQLState. closeNodeScope(Node n,
              boolean condition) | 
| void | JJTEJBQLState. closeNodeScope(Node n,
              int num) | 
| void | Node. jjtAddChild(Node n,
           int i)This method tells the node to add its argument to the node's list of
 children. | 
| void | SimpleNode. jjtAddChild(Node n,
           int i) | 
| void | Node. jjtSetParent(Node n)This pair of methods are used to inform the node of its parent. | 
| void | SimpleNode. jjtSetParent(Node parent) | 
| void | JJTEJBQLState. openNodeScope(Node n) | 
| void | JJTEJBQLState. pushNode(Node n) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.