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 XMLParseStmt.getFirstProcessingProcedure()
          Returns the value of the 'First Processing Procedure' reference.
 SectionOrParagraph PerformFromTo.getFrom()
          Returns the value of the 'From' reference.
 SectionOrParagraph IOProcedure.getFrom()
          Returns the value of the 'From' reference.
 SectionOrParagraph XMLParseStmt.getLastProcessingProcedure()
          Returns the value of the 'Last Processing Procedure' 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' 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 XMLParseStmt.setFirstProcessingProcedure(SectionOrParagraph value)
          Sets the value of the 'First Processing Procedure' reference.
 void PerformFromTo.setFrom(SectionOrParagraph value)
          Sets the value of the 'From' reference.
 void IOProcedure.setFrom(SectionOrParagraph value)
          Sets the value of the 'From' reference.
 void XMLParseStmt.setLastProcessingProcedure(SectionOrParagraph value)
          Sets the value of the 'Last Processing Procedure' 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' reference.
 void AlterClause.setToProceedTo(SectionOrParagraph value)
          Sets the value of the 'To Proceed To' reference.