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

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.ejbql.SimpleNode
      extended byorg.jboss.ejb.plugins.cmp.ejbql.ASTOrderByPath

public final class ASTOrderByPath
extends SimpleNode

This abstract syntax node represents an order by path declaration.

Version:
$Revision: 1.1.4.1 $
Author:
Dain Sundstrom

Field Summary
 boolean ascending
           
 
Fields inherited from class org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
children, id, parent
 
Constructor Summary
ASTOrderByPath(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

ascending

public boolean ascending
Constructor Detail

ASTOrderByPath

public ASTOrderByPath(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.