public interface SubtractCorrStmt extends SubtractStmt
The following features are supported:
COBOLPackage.getSubtractCorrStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ArithOperand |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRef |
getSubtract()
Returns the value of the 'Subtract' containment reference.
|
void |
setFrom(ArithOperand value)
Sets the value of the '
From' containment reference. |
void |
setSubtract(DataRef value)
Sets the value of the '
Subtract' containment reference. |
isEndSubtractUsed, setEndSubtractUsedgetNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getSubtract()
The value is the data item specified before the FROM keyword.
setSubtract(DataRef),
COBOLPackage.getSubtractCorrStmt_Subtract()void setSubtract(DataRef value)
Subtract' containment reference.
value - the new value of the 'Subtract' containment reference.getSubtract()ArithOperand getFrom()
The value is the data item specified after the FROM keyword.
setFrom(ArithOperand),
COBOLPackage.getSubtractCorrStmt_From()void setFrom(ArithOperand value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()