| Modifier and Type | Interface and Description |
|---|---|
interface |
PerformFromTo
A representation of the procedures in a PERFORM statement.
|
interface |
PerformInline
A representation of the statements in an inline PERFORM statement.
|
| Modifier and Type | Method and Description |
|---|---|
PerformBody |
PerformStmt.getBody()
Returns the value of the 'Body' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformStmt.setBody(PerformBody value)
Sets the value of the '
Body' containment reference. |