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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return VaryingClause
 VaryingClause RecordClause.getVaryingClause()
          Returns the value of the 'Varying Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type VaryingClause
 void RecordClause.setVaryingClause(VaryingClause value)
          Sets the value of the 'Varying Clause' containment reference.