| Modifier and Type | Method and Description |
|---|---|
ArithOperand |
SubtractCorrStmt.getFrom()
Returns the value of the 'From' containment reference.
|
ArithOperand |
DivideByGivingRemainderStmt.getGiving()
Returns the value of the 'Giving' containment reference.
|
ArithOperand |
DivideIntoGivingRemainderStmt.getGiving()
Returns the value of the 'Giving' containment reference.
|
ArithOperand |
AddCorrStmt.getTo()
Returns the value of the 'To' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubtractCorrStmt.setFrom(ArithOperand value)
Sets the value of the '
From' containment reference. |
void |
DivideByGivingRemainderStmt.setGiving(ArithOperand value)
Sets the value of the '
Giving' containment reference. |
void |
DivideIntoGivingRemainderStmt.setGiving(ArithOperand value)
Sets the value of the '
Giving' containment reference. |
void |
AddCorrStmt.setTo(ArithOperand value)
Sets the value of the '
To' containment reference. |