net.fortytwo.ripple.cli.ast
Class BooleanAST
java.lang.Object
net.fortytwo.ripple.cli.ast.BooleanAST
- All Implemented Interfaces:
- AST<RippleList>
public class BooleanAST
- extends Object
- implements AST<RippleList>
BooleanAST
public BooleanAST(boolean value)
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.