public static class CallSentence.Impl extends java.lang.Object implements CallSentence
CallSentence.Impl, CallSentence.Visitor<P,R>| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(CallSentence.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Sentence.Visitor<P,R> visitor,
P par) |
Name |
getActor() |
CallExpr |
getCall() |
void |
setActor(Name actor) |
void |
setCall(CallExpr call) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Name getActor()
getActor in interface CallSentencepublic void setActor(Name actor)
setActor in interface CallSentencepublic CallExpr getCall()
getCall in interface CallSentencepublic void setCall(CallExpr call)
setCall in interface CallSentencepublic <P,R> R accept(CallSentence.Visitor<P,R> visitor, P par)
accept in interface CallSentencepublic <P,R> R accept(Sentence.Visitor<P,R> visitor, P par)
public <P,R> R accept(Node.Visitor<P,R> visitor, P par)