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
public class EJBQLIdentificationVariable extends SimpleNode
- Since:
- 3.0
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description EJBQLIdentificationVariable(int id)
- 
Method SummaryModifier and Type Method Description voidvisit(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.SimpleNodegetChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visitChild, visitNode
- 
Constructor Details- 
EJBQLIdentificationVariablepublic EJBQLIdentificationVariable(int id)
 
- 
- 
Method Details- 
visitDescription copied from class:SimpleNodeA recursive visit method that passes a visitor to this node and all its children, depth first.- Specified by:
- visitin interface- EJBQLExpression
- Overrides:
- visitin class- SimpleNode
 
 
-