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

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

Subinterfaces of PerformBody in com.ibm.etools.cobol.application.model.cobol
 interface PerformFromTo
          A representation of the procedures in a PERFORM statement.
 interface PerformInline
          A representation of the statements in an inline PERFORM statement.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return PerformBody
 PerformBody PerformStmt.getBody()
          Returns the value of the 'Body' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type PerformBody
 void PerformStmt.setBody(PerformBody value)
          Sets the value of the 'Body' containment reference.