| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getBy()
Returns the value of the 'By' containment reference.
|
DataRefOrLiteralOrIndexRef |
getFrom()
Returns the value of the 'From' containment reference.
|
ExprConditional |
getUntil()
Returns the value of the 'Until' containment reference.
|
DataRefOrIndexRef |
getVaried()
Returns the value of the 'Varied' containment reference.
|
void |
setBy(DataRefOrLiteral value)
Sets the value of the '
By' containment reference. |
void |
setFrom(DataRefOrLiteralOrIndexRef value)
Sets the value of the '
From' containment reference. |
void |
setUntil(ExprConditional value)
Sets the value of the '
Until' containment reference. |
void |
setVaried(DataRefOrIndexRef value)
Sets the value of the '
Varied' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrIndexRef getVaried()
The value is the data item or index item after the VARYING keyword.
setVaried(DataRefOrIndexRef),
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getPIControllerVaryingClause_Varied()void setVaried(DataRefOrIndexRef value)
Varied' containment reference.
value - the new value of the 'Varied' containment reference.getVaried()DataRefOrLiteralOrIndexRef getFrom()
The value is the data item, literal, or index in the FROM clause.
setFrom(DataRefOrLiteralOrIndexRef),
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getPIControllerVaryingClause_From()void setFrom(DataRefOrLiteralOrIndexRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getBy()
The value is the data item or literal in the BY clause.
setBy(DataRefOrLiteral),
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getPIControllerVaryingClause_By()void setBy(DataRefOrLiteral value)
By' containment reference.
value - the new value of the 'By' containment reference.getBy()ExprConditional getUntil()
The value is the conditional expression in the UNTIL clause.
setUntil(ExprConditional),
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getPIControllerVaryingClause_Until()void setUntil(ExprConditional value)
Until' containment reference.
value - the new value of the 'Until' containment reference.getUntil()