Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 
      Modifier and Type Interface and Description
      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 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      void PerformStmt.setController(PerformIterationController value)
      Sets the value of the 'Controller' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes