org.ow2.jonas.deployment.ejb.ejbql
Class ASTEmptyCollectionComparisonExpression

java.lang.Object
  extended by org.ow2.jonas.deployment.ejb.ejbql.SimpleNode
      extended by org.ow2.jonas.deployment.ejb.ejbql.ASTEmptyCollectionComparisonExpression
All Implemented Interfaces:
Node

public class ASTEmptyCollectionComparisonExpression
extends SimpleNode


Field Summary
 
Fields inherited from class org.ow2.jonas.deployment.ejb.ejbql.SimpleNode
asc, children, distinct, eltnum, id, not, ops, parent, parser, third, value
 
Constructor Summary
ASTEmptyCollectionComparisonExpression(EJBQL p, int id)
           
ASTEmptyCollectionComparisonExpression(int id)
           
 
Method Summary
 Object jjtAccept(EJBQLVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.ow2.jonas.deployment.ejb.ejbql.SimpleNode
childrenAccept, 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
 

Constructor Detail

ASTEmptyCollectionComparisonExpression

public ASTEmptyCollectionComparisonExpression(int id)

ASTEmptyCollectionComparisonExpression

public ASTEmptyCollectionComparisonExpression(EJBQL p,
                                              int id)
Method Detail

jjtAccept

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

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2010 OW2 Consortium. All Rights Reserved.