|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PIControllerUntil
A representation of the UNTIL phrase in a PERFORM statement.
The following features are supported:
COBOLPackage.getPIControllerUntil()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
ExprConditional |
getUntil()
Returns the value of the 'Until' containment reference. |
boolean |
isTestAfter()
Returns the value of the 'Test After' attribute. |
void |
setTestAfter(boolean value)
Sets the value of the ' Test After' attribute. |
void |
setUntil(ExprConditional value)
Sets the value of the ' Until' 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 |
|---|
ExprConditional getUntil()
The value is the conditional expression in the UNTIL clause.
setUntil(ExprConditional),
COBOLPackage.getPIControllerUntil_Until()void setUntil(ExprConditional value)
Until' containment reference.
value - the new value of the 'Until' containment reference.getUntil()boolean isTestAfter()
The value is true if TEST AFTER is present; false if TEST BEFORE is present.
setTestAfter(boolean),
COBOLPackage.getPIControllerUntil_TestAfter()void setTestAfter(boolean value)
Test After' attribute.
value - the new value of the 'Test After' attribute.isTestAfter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||