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
 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:

 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:

 interface SetProcPointersToEntryStmt
          Deprecated. Use SetPointersToEntryStmt.

The following features are supported:

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

The following features are supported:

 interface SetProcPointersToProcPointerStmt
          Deprecated. Use SetPointersToPointerStmt.

The following features are supported:

 interface SetSwitchesStmt
          A representation of a SET statement for external switches.