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.SetStmt

    • Uses of SetStmt in com.ibm.etools.cobol.application.model.cobol

      Subinterfaces of SetStmt in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  Set88ItemsStmt
      A representation of a SET statement for conditions.
      interface  SetAdjustIndicesStmt
      A representation of SET statement for adjusting indices.
      interface  SetIndicesStmt
      A representation of a SET statement for basic table handling.
      interface  SetObjectRefToNullStmt
      A representation of a SET statement that sets the receiving data item defined as USAGE OBJECT REFERENCE to NULL.
      interface  SetObjectRefToObjectRefStmt
      A representation of a SET statement that has a receiving item and a sending item that are defined as USAGE OBJECT REFERENCE.
      interface  SetPointersStmt
      A representation of a SET statement that sets pointers.
      interface  SetPointersToAddressStmt
      Deprecated. 
      Use SetPointersToPointerStmt.

      The following features are supported:

      • Sending Area

      interface  SetPointersToEntryStmt
      A representation of a SET statement that has receiving fields that are function pointers or procedure pointers and the sending field is an entry.
      interface  SetPointersToNullStmt
      A representation of a SET statement that sets the receiving fields to NULL.
      interface  SetPointersToPointerStmt
      A representation of a SET statement that has receiving and sending fields that are pointers, function pointers, procedure pointers, or the ADDRESS OF special register.
      interface  SetProcPointersStmt
      Deprecated. 
      Use SetPointersStmt

      The following features are supported:

      • Proc Pointers

      interface  SetProcPointersToEntryStmt
      Deprecated. 
      Use SetPointersToEntryStmt.

      The following features are supported:

      • Entry

      interface  SetProcPointersToNullStmt
      Deprecated. 
      Use SetPointersToNullStmt.
      interface  SetProcPointersToPointerStmt
      Deprecated. 
      Use SetPointersToPointerStmt.

      The following features are supported:

      • Sending Pointer

      interface  SetProcPointersToProcPointerStmt
      Deprecated. 
      Use SetPointersToPointerStmt.

      The following features are supported:

      • Sending Proc Pointer

      interface  SetSwitchesStmt
      A representation of a SET statement for external switches.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes