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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return Branch
 Branch SearchWhenClause.getDo()
          Returns the value of the 'Do' containment reference.
 Branch IfThenElseStmt.getElse()
          Returns the value of the 'Else' containment reference.
 Branch IfThenElseStmt.getThen()
          Returns the value of the 'Then' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type Branch
 void SearchWhenClause.setDo(Branch value)
          Sets the value of the 'Do' containment reference.
 void IfThenElseStmt.setElse(Branch value)
          Sets the value of the 'Else' containment reference.
 void IfThenElseStmt.setThen(Branch value)
          Sets the value of the 'Then' containment reference.