to.etc.webapp.query
Class QLiteral

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

public class QLiteral
extends QOperatorNode


Constructor Summary
QLiteral(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
           
 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

QLiteral

public QLiteral(java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()

visit

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