public interface AddCorrStmt extends AddStmt
The following features are supported:
COBOLPackage.getAddCorrStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getAdd()
Returns the value of the 'Add' containment reference.
|
ArithOperand |
getTo()
Returns the value of the 'To' containment reference.
|
void |
setAdd(DataRef value)
Sets the value of the '
Add' containment reference. |
void |
setTo(ArithOperand value)
Sets the value of the '
To' containment reference. |
isEndAddUsed, setEndAddUsedgetNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getAdd()
The value is the data item specified before the TO keyword.
setAdd(DataRef),
COBOLPackage.getAddCorrStmt_Add()void setAdd(DataRef value)
Add' containment reference.
value - the new value of the 'Add' containment reference.getAdd()ArithOperand getTo()
The value is the data item specified after the TO keyword.
setTo(ArithOperand),
COBOLPackage.getAddCorrStmt_To()void setTo(ArithOperand value)
To' containment reference.
value - the new value of the 'To' containment reference.getTo()