org.jboss.ejb.plugins.cmp.ejbql
Class ASTLimitOffset

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
      extended by org.jboss.ejb.plugins.cmp.ejbql.ASTLimitOffset

public final class ASTLimitOffset
extends SimpleNode

This abstract syntax node represents a query limit and offset

Version:
$Revision: 1.5.4.1 $
Author:
Jeremy Boynes

Field Summary
 boolean hasLimit
           
 boolean hasOffset
           
 
Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
children, id, parent
 
Constructor Summary
ASTLimitOffset(int id)
           
 
Method Summary
 Object jjtAccept(JBossQLParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hasOffset

public boolean hasOffset

hasLimit

public boolean hasLimit
Constructor Detail

ASTLimitOffset

public ASTLimitOffset(int id)
Method Detail

jjtAccept

public Object jjtAccept(JBossQLParserVisitor visitor,
                        Object data)
Accept the visitor.

Overrides:
jjtAccept in class SimpleNode


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.