public abstract class CallExpr extends MultiExpr
| Modifier and Type | Class and Description |
|---|---|
static class |
CallExpr.FunctionCallExpr |
static class |
CallExpr.MethodCallExpr |
| Modifier | Constructor and Description |
|---|---|
protected |
CallExpr(Attributes attr,
List<Expr> args) |
| Modifier and Type | Method and Description |
|---|---|
List<Expr> |
args() |
attributes, line, sourceInfoCopyright © 2016–2017. All rights reserved.