to.etc.webapp.query
Class QUnaryNode

java.lang.Object
  extended by to.etc.webapp.query.QNodeBase
      extended by to.etc.webapp.query.QOperatorNode
          extended by to.etc.webapp.query.QUnaryNode

public class QUnaryNode
extends QOperatorNode


Constructor Summary
QUnaryNode(QOperation operation, QOperatorNode lhs)
           
 
Method Summary
 QOperatorNode getNode()
           
 void visit(QNodeVisitor v)
           
 
Methods inherited from class to.etc.webapp.query.QOperatorNode
getOperation
 
Methods inherited from class to.etc.webapp.query.QNodeBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QUnaryNode

public QUnaryNode(QOperation operation,
                  QOperatorNode lhs)
Method Detail

getNode

public QOperatorNode getNode()

visit

public void visit(QNodeVisitor v)
           throws java.lang.Exception
Specified by:
visit in class QNodeBase
Throws:
java.lang.Exception