Uses of Interface
com.ibm.etools.cobol.application.model.cobol.SetProcPointersStmt

Uses of SetProcPointersStmt in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of SetProcPointersStmt in com.ibm.etools.cobol.application.model.cobol
 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.