|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PerformFromTo
A representation of the procedures in a PERFORM statement.
The following features are supported:
COBOLPackage.getPerformFromTo()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
SectionOrParagraph |
getFrom()
Returns the value of the 'From' reference. |
SectionOrParagraph |
getTo()
Returns the value of the 'To' reference. |
void |
setFrom(SectionOrParagraph value)
Sets the value of the ' From' reference. |
void |
setTo(SectionOrParagraph value)
Sets the value of the ' 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 |
|---|
SectionOrParagraph getFrom()
The first procedure in the PERFORM statement (the one before the THROUGH keyword).
setFrom(SectionOrParagraph),
COBOLPackage.getPerformFromTo_From()void setFrom(SectionOrParagraph value)
From' reference.
value - the new value of the 'From' reference.getFrom()SectionOrParagraph getTo()
The value is the second procedure (the one after the THROUGH keyword). If there is no THROUGH keyword, null is returned.
setTo(SectionOrParagraph),
COBOLPackage.getPerformFromTo_To()void setTo(SectionOrParagraph value)
To' reference.
value - the new value of the 'To' reference.getTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||