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 SetPointersStmt
          A representation of a SET statement that sets pointer values.
 interface SetPointersToAddressStmt
          A representation of a SET statement that sets pointer values to an address.
 interface SetPointersToNullStmt
          A representation of a SET statement that sets the pointer values to null.
 interface SetProcPointersStmt
          A representation of SET statement that sets procedure pointer values.
 interface SetProcPointersToEntryStmt
          A representation of a SET statement that sets procedure pointers to an ENTRY.
 interface SetProcPointersToNullStmt
          A representation of a SET statement that sets procedure pointers to null.
 interface SetProcPointersToPointerStmt
          A representation of a SET statement that sets procedure pointers values from pointer values.
 interface SetProcPointersToProcPointerStmt
          A representation of a SET statement that sets procedure pointer values from a procedure pointer.
 interface SetSwitchesStmt
          A representation of a SET statement for external switches.