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
public class EJBQLIdentificationVariable
- extends SimpleNode
- Since:
- 3.0
- Author:
- Andrus Adamchik
- See Also:
- Serialized Form
Method Summary |
void |
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 |
EJBQLIdentificationVariable
public EJBQLIdentificationVariable(int id)
visit
public void visit(EJBQLExpressionVisitor visitor)
- 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 interface EJBQLExpression
- Overrides:
visit
in class SimpleNode
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.