|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlterClause
A representation of the procedure names in an ALTER statement.
The following features are supported:
COBOLPackage.getAlterClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||