|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PerformStmt
A representation of a PERFORM statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getPerformStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
PerformBody |
getBody()
Returns the value of the 'Body' containment reference. |
PerformIterationController |
getController()
Returns the value of the 'Controller' containment reference. |
boolean |
isEndPerformUsed()
Returns the value of the 'End Perform Used' attribute. |
void |
setBody(PerformBody value)
Sets the value of the ' Body' containment reference. |
void |
setController(PerformIterationController value)
Sets the value of the ' Controller' containment reference. |
void |
setEndPerformUsed(boolean value)
Sets the value of the ' End Perform Used' attribute. |
| 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 |
|---|
PerformBody getBody()
The value is a representation of either the procedures or the imperative statements to be executed.
setBody(PerformBody),
COBOLPackage.getPerformStmt_Body()void setBody(PerformBody value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()PerformIterationController getController()
Returns a representation of the part of a PERFORM statement that controls the execution.
setController(PerformIterationController),
COBOLPackage.getPerformStmt_Controller()void setController(PerformIterationController value)
Controller' containment reference.
value - the new value of the 'Controller' containment reference.getController()boolean isEndPerformUsed()
The value is true if END-PERFORM is present; false otherwise.
setEndPerformUsed(boolean),
COBOLPackage.getPerformStmt_EndPerformUsed()void setEndPerformUsed(boolean value)
End Perform Used' attribute.
value - the new value of the 'End Perform Used' attribute.isEndPerformUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||