| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()