public static class CallExpr.Impl extends Positioned.Impl implements CallExpr
CallExpr.Impl, CallExpr.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Name name,
Expr receiver,
java.util.List<NamedExpr> arguments,
SentenceList body) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedExpr> |
getArguments() |
SentenceList |
getBody() |
Name |
getName() |
Expr |
getReceiver() |
void |
setArguments(java.util.List<NamedExpr> arguments) |
void |
setBody(SentenceList body) |
void |
setName(Name name) |
void |
setReceiver(Expr receiver) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, ofgetPosition, of, setPositionpublic Impl()
public Impl(Name name, Expr receiver, java.util.List<NamedExpr> arguments, SentenceList body)
public Expr getReceiver()
getReceiver in interface CallExprpublic void setReceiver(Expr receiver)
setReceiver in interface CallExprpublic java.util.List<NamedExpr> getArguments()
getArguments in interface CallExprpublic void setArguments(java.util.List<NamedExpr> arguments)
setArguments in interface CallExprpublic SentenceList getBody()
public void setBody(SentenceList body)