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
 interface SetPointersToAddressStmt
          Deprecated. Use SetPointersToPointerStmt.

The following features are supported:

 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.