org.tranql.ql
Class Like

java.lang.Object
  extended byorg.tranql.ql.AbstractNode
      extended byorg.tranql.ql.Like
All Implemented Interfaces:
Node, java.io.Serializable

public class Like
extends AbstractNode

Version:
$Revision: 141 $ $Date: 2004-10-27 07:16:38 +0200 (Wed, 27 Oct 2004) $
See Also:
Serialized Form

Constructor Summary
Like(boolean not)
           
 
Method Summary
 boolean isNot()
           
 java.lang.Object visit(QueryVisitor visitor, java.lang.Object param)
           
 
Methods inherited from class org.tranql.ql.AbstractNode
addChild, getChild, getSibling, isOnlyChild, setSibling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Like

public Like(boolean not)
Method Detail

isNot

public boolean isNot()

visit

public java.lang.Object visit(QueryVisitor visitor,
                              java.lang.Object param)
                       throws QueryException
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.