|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwater.exec.Expr
public abstract class Expr
| Nested Class Summary | |
|---|---|
static class |
Expr.Result
|
| Field Summary | |
|---|---|
int |
_pos
Position of the expression in the parsed string. |
| Constructor Summary | |
|---|---|
protected |
Expr(int pos)
|
| Method Summary | |
|---|---|
abstract Expr.Result |
eval()
|
static ValueArray |
getValueArray(int pos,
Key k)
|
ValueArray |
getValueArray(Key k)
Use this method to get ValueArrays as it is typechecked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int _pos
| Constructor Detail |
|---|
protected Expr(int pos)
| Method Detail |
|---|
public abstract Expr.Result eval()
throws EvaluationException
EvaluationException
public ValueArray getValueArray(Key k)
throws EvaluationException
k -
EvaluationException
public static ValueArray getValueArray(int pos,
Key k)
throws EvaluationException
EvaluationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||