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

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

Subinterfaces of SectionOrParagraph in com.ibm.etools.cobol.application.model.cobol
 interface Paragraph
          A representation of a paragraph in the PROCEDURE division.
 interface Section
          A representation of a section in the PROCEDURE division.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return SectionOrParagraph
 SectionOrParagraph PerformFromTo.getFrom()
          Returns the value of the 'From' reference.
 SectionOrParagraph IOProcedure.getFrom()
          Returns the value of the 'From' containment reference.
 SectionOrParagraph GoToUnconditionalStmt.getProcedure()
          Returns the value of the 'Procedure' reference.
 SectionOrParagraph PerformFromTo.getTo()
          Returns the value of the 'To' reference.
 SectionOrParagraph IOProcedure.getTo()
          Returns the value of the 'To' containment reference.
 SectionOrParagraph AlterClause.getToProceedTo()
          Returns the value of the 'To Proceed To' reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SectionOrParagraph
 void PerformFromTo.setFrom(SectionOrParagraph value)
          Sets the value of the 'From' reference.
 void IOProcedure.setFrom(SectionOrParagraph value)
          Sets the value of the 'From' containment reference.
 void GoToUnconditionalStmt.setProcedure(SectionOrParagraph value)
          Sets the value of the 'Procedure' reference.
 void PerformFromTo.setTo(SectionOrParagraph value)
          Sets the value of the 'To' reference.
 void IOProcedure.setTo(SectionOrParagraph value)
          Sets the value of the 'To' containment reference.
 void AlterClause.setToProceedTo(SectionOrParagraph value)
          Sets the value of the 'To Proceed To' reference.