org.apache.cayenne.ejbql.parser
Class EJBQLSubstring

java.lang.Object
  extended by org.apache.cayenne.ejbql.parser.SimpleNode
      extended by org.apache.cayenne.ejbql.parser.EJBQLSubstring
All Implemented Interfaces:
Serializable, EJBQLExpression, Node

public class EJBQLSubstring
extends SimpleNode

Since:
3.0
Author:
Andrus Adamchik
See Also:
Serialized Form

Constructor Summary
EJBQLSubstring(int id)
           
 
Method Summary
protected  boolean visitNode(EJBQLExpressionVisitor visitor)
          Visits this node without recursion.
 
Methods inherited from class org.apache.cayenne.ejbql.parser.SimpleNode
getChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visit, visitChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EJBQLSubstring

public EJBQLSubstring(int id)
Method Detail

visitNode

protected boolean visitNode(EJBQLExpressionVisitor visitor)
Description copied from class: SimpleNode
Visits this node without recursion. Default implementation simply returns true. Subclasses override this method to call an appropriate visitor method.

Overrides:
visitNode in class SimpleNode


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.