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