| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Paragraph |
getGoToIn()
Returns the value of the 'Go To In' reference.
|
SectionOrParagraph |
getToProceedTo()
Returns the value of the 'To Proceed To' reference.
|
void |
setGoToIn(Paragraph value)
Sets the value of the '
Go To In' reference. |
void |
setToProceedTo(SectionOrParagraph value)
Sets the value of the '
To Proceed To' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
Paragraph getGoToIn()
The value is the procedure before the TO keyword.
setGoToIn(Paragraph),
COBOLPackage.getAlterClause_GoToIn()void setGoToIn(Paragraph value)
Go To In' reference.
value - the new value of the 'Go To In' reference.getGoToIn()SectionOrParagraph getToProceedTo()
The value is the procedure after the TO PROCEED TO keywords.
setToProceedTo(SectionOrParagraph),
COBOLPackage.getAlterClause_ToProceedTo()void setToProceedTo(SectionOrParagraph value)
To Proceed To' reference.
value - the new value of the 'To Proceed To' reference.getToProceedTo()