com.ibm.etools.cobol.application.model.cobol
Interface PIControllerVarying

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PerformIterationController

public interface PIControllerVarying
extends PerformIterationController

A representation of the VARYING phrase in a PERFORM statement.

The following features are supported:

See Also:
COBOLPackage.getPIControllerVarying()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getVaryingClauses()
          Returns the value of the 'Varying Clauses' containment reference list.
 boolean isTestAfter()
          Returns the value of the 'Test After' attribute.
 void setTestAfter(boolean value)
          Sets the value of the 'Test After' attribute.
 
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getVaryingClauses

java.util.List getVaryingClauses()
Returns the value of the 'Varying Clauses' containment reference list. The list contents are of type PIControllerVaryingClause.

Returns:
the value of the 'Varying Clauses' containment reference list.
See Also:
COBOLPackage.getPIControllerVarying_VaryingClauses()

isTestAfter

boolean isTestAfter()
Returns the value of the 'Test After' attribute.

The value is true if the TEST AFTER clause is present; false otherwise.

Returns:
the value of the 'Test After' attribute.
See Also:
setTestAfter(boolean), COBOLPackage.getPIControllerVarying_TestAfter()

setTestAfter

void setTestAfter(boolean value)
Sets the value of the 'Test After' attribute.

Parameters:
value - the new value of the 'Test After' attribute.
See Also:
isTestAfter()