net.fortytwo.ripple.cli.ast
Class BooleanAST

java.lang.Object
  extended by net.fortytwo.ripple.cli.ast.BooleanAST
All Implemented Interfaces:
AST<RippleList>

public class BooleanAST
extends Object
implements AST<RippleList>


Constructor Summary
BooleanAST(boolean value)
           
 
Method Summary
 void evaluate(Sink<RippleList,RippleException> sink, QueryEngine qe, ModelConnection mc)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanAST

public BooleanAST(boolean value)
Method Detail

evaluate

public void evaluate(Sink<RippleList,RippleException> sink,
                     QueryEngine qe,
                     ModelConnection mc)
              throws RippleException
Specified by:
evaluate in interface AST<RippleList>
Throws:
RippleException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.