public static class AnswerSentence.Impl extends Positioned.Impl implements AnswerSentence
AnswerSentence.Impl, AnswerSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Name actor,
Expr result,
java.lang.String varName) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getActor() |
Expr |
getResult() |
java.lang.String |
getVarName() |
void |
setActor(Name actor) |
void |
setResult(Expr result) |
void |
setVarName(java.lang.String varName) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, ofgetPosition, of, setPositionpublic Name getActor()
getActor in interface ActorSentencegetActor in interface AnswerSentencepublic void setActor(Name actor)
setActor in interface ActorSentencesetActor in interface AnswerSentencepublic Expr getResult()
getResult in interface AnswerSentencepublic void setResult(Expr result)
setResult in interface AnswerSentencepublic java.lang.String getVarName()
getVarName in interface AnswerSentencepublic void setVarName(java.lang.String varName)
setVarName in interface AnswerSentence