Uses of Interface
com.ibm.etools.cobol.application.model.cobol.PerformIterationController

Uses of PerformIterationController in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of PerformIterationController in com.ibm.etools.cobol.application.model.cobol
 interface PIControllerTimes
          A representation of the TIMES clause in a PERFORM statement.
 interface PIControllerUntil
          A representation of the UNTIL phrase in a PERFORM statement.
 interface PIControllerVarying
          A representation of the VARYING phrase in a PERFORM statement.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return PerformIterationController
 PerformIterationController PerformStmt.getController()
          Returns the value of the 'Controller' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type PerformIterationController
 void PerformStmt.setController(PerformIterationController value)
          Sets the value of the 'Controller' containment reference.