org.apache.cayenne.ejbql.parser
Class EJBQLFromItem

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

public class EJBQLFromItem
extends SimpleNode

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

Constructor Summary
EJBQLFromItem(int id)
           
 
Method Summary
 String getId()
           
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

EJBQLFromItem

public EJBQLFromItem(int id)
Method Detail

getId

public String getId()

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.