public class OperatorAST extends Object implements AST<RippleList>
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorAST.Type |
| Constructor and Description |
|---|
OperatorAST() |
OperatorAST(NumberAST times) |
OperatorAST(NumberAST min,
NumberAST max) |
OperatorAST(OperatorAST.Type type) |
public OperatorAST(OperatorAST.Type type)
public OperatorAST()
public OperatorAST(NumberAST times)
public void evaluate(Sink<RippleList> sink, QueryEngine qe, ModelConnection mc) throws RippleException
evaluate in interface AST<RippleList>RippleExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.