class Eval extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Eval() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
run(Expr e) |
private static java.lang.Integer |
runBinOp(Expr l,
Op op,
Expr r) |
private static java.lang.Integer |
runConst(int c) |