public static class AssignSentence.Impl extends java.lang.Object implements AssignSentence
AssignSentence.Impl, AssignSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(VarDecl target,
Expr value) |
| Modifier and Type | Method and Description |
|---|---|
VarDecl |
getTarget() |
Expr |
getValue() |
void |
setTarget(VarDecl target) |
void |
setValue(Expr value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic VarDecl getTarget()
getTarget in interface AssignSentencepublic void setTarget(VarDecl target)
setTarget in interface AssignSentencepublic Expr getValue()
getValue in interface AssignSentencepublic void setValue(Expr value)
setValue in interface AssignSentence