public class LambdaExpr extends Expr
| Constructor and Description |
|---|
LambdaExpr(Expr body,
List<BoundVariable> boundVariables) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ExprVisitor<T> visitor) |
Expr |
getBody() |
List<BoundVariable> |
getBoundVariables() |
void |
setBody(Expr body) |
public LambdaExpr(Expr body, List<BoundVariable> boundVariables)
public Expr getBody()
public void setBody(Expr body)
public List<BoundVariable> getBoundVariables()
public <T> T acceptVisitor(ExprVisitor<T> visitor)
acceptVisitor in class ExprCopyright © 2019. All rights reserved.