org.tranql.ql
Class UnaryOperator

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

public class UnaryOperator
extends AbstractNode

Version:
$Revision: 163 $ $Date: 2005-01-30 07:10:22 +0100 (Sun, 30 Jan 2005) $
See Also:
Serialized Form

Nested Class Summary
static class UnaryOperator.UnaryOperatorType
           
 
Field Summary
static UnaryOperator.UnaryOperatorType MINUS
           
static UnaryOperator.UnaryOperatorType PLUS
           
 
Constructor Summary
UnaryOperator(UnaryOperator.UnaryOperatorType type)
           
 
Method Summary
 UnaryOperator.UnaryOperatorType getType()
           
 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
 

Field Detail

PLUS

public static final UnaryOperator.UnaryOperatorType PLUS

MINUS

public static final UnaryOperator.UnaryOperatorType MINUS
Constructor Detail

UnaryOperator

public UnaryOperator(UnaryOperator.UnaryOperatorType type)
Method Detail

getType

public UnaryOperator.UnaryOperatorType getType()

visit

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


Copyright © -2006 The Codehaus. All Rights Reserved.