public interface CallSentence extends ActorSentence
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallSentence.Impl |
static interface |
CallSentence.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
default <P,R> R |
accept(ActorSentence.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(CallSentence.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Positioned.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Sentence.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) |
getPosition, of, setPositionstatic CallSentence of(Name actor, CallExpr call)
Name getActor()
getActor in interface ActorSentencevoid setActor(Name actor)
setActor in interface ActorSentenceCallExpr getCall()
void setCall(CallExpr call)
default <P,R> R accept(CallSentence.Visitor<P,R> visitor, P par)
default <P,R> R accept(ActorSentence.Visitor<P,R> visitor, P par)
accept in interface ActorSentencedefault <P,R> R accept(Sentence.Visitor<P,R> visitor, P par)
accept in interface ActorSentenceaccept in interface Sentencedefault <P,R> R accept(Positioned.Visitor<P,R> visitor, P par)
accept in interface ActorSentenceaccept in interface Positionedaccept in interface Sentencedefault <P,R> R accept(Node.Visitor<P,R> visitor, P par)
accept in interface ActorSentenceaccept in interface Nodeaccept in interface Positionedaccept in interface Sentence