Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 
      Modifier and Type Interface and Description
      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 
      Modifier and Type Method and Description
      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 CicsHandleAbendStmt.getLabel()
      Returns the value of the 'Label' reference.
      SectionOrParagraph CicsHandleAidClause.getLabel()
      Returns the value of the 'Label' reference.
      SectionOrParagraph CicsHandleConditionClause.getLabel()
      Returns the value of the 'Label' 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 
      Modifier and Type Method and Description
      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 CicsHandleAbendStmt.setLabel(SectionOrParagraph value)
      Sets the value of the 'Label' reference.
      void CicsHandleAidClause.setLabel(SectionOrParagraph value)
      Sets the value of the 'Label' reference.
      void CicsHandleConditionClause.setLabel(SectionOrParagraph value)
      Sets the value of the 'Label' 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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes