public static class AssignSentence.Impl extends Positioned.Impl implements AssignSentence
AssignSentence.Impl, AssignSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Decl target,
BinaryOperator operator,
Expr value) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
getOperator() |
Decl |
getTarget() |
Expr |
getValue() |
void |
setOperator(BinaryOperator operator) |
void |
setTarget(Decl target) |
void |
setValue(Expr value) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, ofgetPosition, of, setPositionpublic Impl()
public Impl(Decl target, BinaryOperator operator, Expr value)
public Decl getTarget()
getTarget in interface AssignSentencepublic void setTarget(Decl target)
setTarget in interface AssignSentencepublic BinaryOperator getOperator()
getOperator in interface AssignSentencepublic void setOperator(BinaryOperator operator)
setOperator in interface AssignSentencepublic Expr getValue()
getValue in interface AssignSentencepublic void setValue(Expr value)
setValue in interface AssignSentence