public static class CallSentence.Impl extends java.lang.Object implements CallSentence
CallSentence.Impl, CallSentence.Visitor<P,R>| Modifier and Type | Method and Description |
|---|---|
Name |
getActor() |
CallExpr |
getCall() |
void |
setActor(Name actor) |
void |
setCall(CallExpr call) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic 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 CallSentence