CallExpr.FunctionCallExpr, CallExpr.MethodCallExpr| Constructor and Description |
|---|
FunctionCallExpr(Attributes attr,
Expr fn,
List<Expr> args) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
accept(Transformer tf) |
Expr |
fn() |
CallExpr.FunctionCallExpr |
update(Expr fn,
List<Expr> args) |
attributes, line, sourceInfopublic FunctionCallExpr(Attributes attr, Expr fn, List<Expr> args)
public Expr fn()
public CallExpr.FunctionCallExpr update(Expr fn, List<Expr> args)
public Expr accept(Transformer tf)
Copyright © 2016–2017. All rights reserved.