public interface CallSentence extends Sentence
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallSentence.Impl |
static interface |
CallSentence.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(CallSentence.Visitor<P,R> visitor,
P par) |
Name |
getActor() |
CallExpr |
getCall() |
static CallSentence |
of(Name actor,
CallExpr call) |
void |
setActor(Name actor) |
void |
setCall(CallExpr call) |
static CallSentence of(Name actor, CallExpr call)
Name getActor()
void setActor(Name actor)
CallExpr getCall()
void setCall(CallExpr call)
<P,R> R accept(CallSentence.Visitor<P,R> visitor, P par)