|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PIControllerVaryingClause
A representation of the VARYING clause in a PERFORM statement.
The following features are supported:
COBOLPackage.getPIControllerVaryingClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
DataRefOrIndexRef getVaried()
The value is the data item or index item after the VARYING keyword.
setVaried(DataRefOrIndexRef),
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),
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),
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),
COBOLPackage.getPIControllerVaryingClause_Until()void setUntil(ExprConditional value)
Until' containment reference.
value - the new value of the 'Until' containment reference.getUntil()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||