public class CallStatement extends BodyStatement
| Constructor and Description |
|---|
CallStatement(Attributes attr,
CallExpr callExpr) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
accept(Transformer tf) |
CallExpr |
callExpr() |
CallStatement |
update(CallExpr callExpr) |
attributes, line, sourceInfopublic CallStatement(Attributes attr, CallExpr callExpr)
public CallExpr callExpr()
public CallStatement update(CallExpr callExpr)
public BodyStatement accept(Transformer tf)
accept in class BodyStatementCopyright © 2016–2017. All rights reserved.