Package org.apache.cayenne.ejbql.parser
Class EJBQLIdentificationVariable
java.lang.Object
org.apache.cayenne.ejbql.parser.SimpleNode
org.apache.cayenne.ejbql.parser.EJBQLIdentificationVariable
- All Implemented Interfaces:
Serializable
,EJBQLExpression
,Node
- Since:
- 3.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(EJBQLExpressionVisitor visitor) A recursive visit method that passes a visitor to this node and all its children, depth first.Methods inherited from class org.apache.cayenne.ejbql.parser.SimpleNode
getChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visitChild, visitNode
-
Constructor Details
-
EJBQLIdentificationVariable
public EJBQLIdentificationVariable(int id)
-
-
Method Details
-
visit
Description copied from class:SimpleNode
A recursive visit method that passes a visitor to this node and all its children, depth first.- Specified by:
visit
in interfaceEJBQLExpression
- Overrides:
visit
in classSimpleNode
-