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

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

      Subinterfaces of SetPointersStmt in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      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.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes