net.fortytwo.ripple.cli.ast
Class AnnotatedAST

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

public class AnnotatedAST
extends Object
implements AST<RippleList>


Constructor Summary
AnnotatedAST(AST inner, Properties props)
           
 
Method Summary
 void evaluate(Sink<RippleList,RippleException> sink, QueryEngine qe, ModelConnection mc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedAST

public AnnotatedAST(AST inner,
                    Properties props)
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


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