public interface Expr
Modifier and Type | Interface and Description |
---|---|
static interface |
Expr.ObjectBinding |
static interface |
Expr.Visitor |
Modifier and Type | Method and Description |
---|---|
ExprEval |
eval(Expr.ObjectBinding bindings) |
void |
visit(Expr.Visitor visitor) |
ExprEval eval(Expr.ObjectBinding bindings)
void visit(Expr.Visitor visitor)
Copyright © 2011–2017. All rights reserved.