public abstract class NumberAST extends Object implements AST<RippleList>
| Constructor and Description |
|---|
NumberAST() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
canonicalize(String rep) |
void |
evaluate(Sink<RippleList> sink,
QueryEngine qe,
ModelConnection mc) |
abstract NumericValue |
getValue(ModelConnection mc) |
public abstract NumericValue getValue(ModelConnection mc) throws RippleException
RippleExceptionpublic void evaluate(Sink<RippleList> sink, QueryEngine qe, ModelConnection mc) throws RippleException
evaluate in interface AST<RippleList>RippleExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.