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

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

Subinterfaces of Stmt in com.ibm.etools.cobol.application.model.cobol
 interface AcceptDataTransferStmt
          A representation of an ACCEPT data transfer statement.
 interface AcceptStmt
          A representation of an ACCEPT statement in the PROCEDURE division.
 interface AcceptSystemInfoTransferStmt
          A representation of an ACCEPT system information transfer statement.
 interface AddCorrStmt
          A representation of an ADD statement with a CORRESPONDING phrase.
 interface AddStmt
          A representation of an ADD statement in the PROCEDURE division.
 interface AddToGivingStmt
          A representation of an ADD statement with a GIVING clause.
 interface AddToStmt
          A representation of an ADD statement with a TO clause.
 interface AlterStmt
          A representation of an ALTER statement in the PROCEDURE division.
 interface ArithStmt
          A representation of an arithmetic statement in the PROCEDURE division.
 interface BinarySearchStmt
          A representation of a binary SEARCH statement in the PROCEDURE division.
 interface CallStmt
          A representation of a CALL statement in the PROCEDURE division.
 interface CancelStmt
          A representation of a CANCEL statement in the PROCEDURE division.
 interface CloseStmt
          A representation of a CLOSE statement in the PROCEDURE division.
 interface ComputeStmt
          A representation of a COMPUTE statement in the PROCEDURE division.
 interface ContinueStmt
          A representation of a CONTINUE statement in the PROCEDURE division.
 interface DebuggingUseStmt
          A representation of a DEBUGGING declarative in the declaratives section of the PROCEDURE division.
 interface DeleteStmt
          A representation of a DELETE statement in the PROCEDURE division.
 interface DisplayStmt
          A representation of a DISPLAY statement in the PROCEDURE division.
 interface DivideByGivingRemainderStmt
          A representation of a DIVIDE statement with BY, GIVING, and REMAINDER clauses.
 interface DivideByGivingSimpleStmt
          A representation of a DIVIDE statement with BY and GIVING clauses.
 interface DivideByGivingStmt
          A representation of a DIVISION statement with BY and GIVING clauses.
 interface DivideIntoGivingRemainderStmt
          A representation of a DIVIDE statement with INTO, GIVING, and REMAINDER clauses.
 interface DivideIntoGivingSimpleStmt
          A representation of a DIVIDE statement with INTO and GIVING clauses.
 interface DivideIntoGivingStmt
          A representation of a DIVIDE statement with an INTO and a GIVING clause.
 interface DivideIntoSimpleStmt
          A representation of a DIVIDE statement with an INTO clause.
 interface DivideStmt
          A representation of a DIVIDE statement in the PROCEDURE division.
 interface EntryStmt
          A representation of an ENTRY statement in the PROCEDURE division.
 interface EvaluateStmt
          A representation of an EVALUATE statement in the PROCEDURE division.
 interface ExceptionUseStmt
          A representation of an EXCEPTION declarative in the declaratives section of the PROCEDURE division.
 interface ExecCicsStmt
          A representation of an EXEC CICS statement.
 interface ExecSqlStmt
          A representation of an EXEC SQL statement.
 interface ExitProgramStmt
          A representation of the EXIT PROGRAM statement.
 interface ExitStmt
          A representation of an EXIT statement.
 interface GoBackStmt
          A representation of the GOBACK statement.
 interface GoToConditionalStmt
          A representation of a conditional GO TO statement.
 interface GoToMoreLabelsStmt
          A representation of the MORE-LABELS GO TO statement.
 interface GoToStmt
          A representation of a GO TO statement in the PROCEDURE division.
 interface GoToUnconditionalStmt
          A representation of an unconditional GO TO statement.
 interface IfThenElseStmt
          A representation of an IF statement in the PROCEDURE division.
 interface InitializeStmt
          A representation of an INITIALIZE statement in the PROCEDURE division.
 interface InspectConvertingStmt
          A representation of an INSPECT statement with a CONVERTING clause.
 interface InspectReplacingStmt
          A representation of an INSPECT statement with a REPLACING clause.
 interface InspectStmt
          A representation of an INSPECT statement in the PROCEDURE division.
 interface InspectTallyingReplacingStmt
          A representation of an INSPECT statement with TALLYING and REPLACING phrases.
 interface InspectTallyingStmt
          A representation of an INSPECT statement with a TALLYING clause.
 interface LabelUseStmt
          A representation of a label declarative.
 interface MergeStmt
          A representation of a MERGE statement in the PROCEDURE division.
 interface MoveCorrStmt
          A representation of a MOVE statement with a CORRESPONDING clause.
 interface MoveSimpleStmt
          A representation of a MOVE statement in the PROCEDURE division.
 interface MoveStmt
          A representation of a MOVE statement in the PROCEDURE division.
 interface MultiplyByGivingStmt
          A representation of a MULTIPLY statement with BY and GIVING clauses.
 interface MultiplyByStmt
          A representation of a MULTIPLY statement with a BY clause.
 interface MultiplyStmt
          A representation of a MULTIPLY statement in the PROCEDURE division.
 interface OpenStmt
          A representation of an OPEN statement.
 interface PerformStmt
          A representation of a PERFORM statement in the PROCEDURE division.
 interface ReadStmt
          A representation of a READ statement in the PROCEDURE division.
 interface ReleaseStmt
          A representation of a RELEASE statement in the PROCEDURE division.
 interface ReturnStmt
          A representation of a RETURN statement in the PROCEDURE division.
 interface RewriteStmt
          A representation of a REWRITE statement in the PROCEDURE division.
 interface SearchStmt
          A representation of a SEARCH statement in the PROCEDURE division.
 interface SerialSearchStmt
          A representation of a serial SEARCH statement in the PROCEDURE division.
 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 SetStmt
          A representation of a SET statement in the PROCEDURE division.
 interface SetSwitchesStmt
          A representation of a SET statement for external switches.
 interface SortStmt
          A representation of a SORT statement in the PROCEDURE division.
 interface StartStmt
          A representation of a START statement in the PROCEDURE division.
 interface StopLiteralStmt
          A representation of a STOP statement with a literal.
 interface StopRunStmt
          A representation of a STOP RUN statement in the PROCEDURE division.
 interface StopStmt
          A representation of a STOP statement in the PROCEDURE division.
 interface StringStmt
          A representation of a STRING statement in the PROCEDURE division.
 interface SubtractCorrStmt
          A representation of a SUBTRACT statement with a CORRESPONDING clause.
 interface SubtractFromGivingStmt
          A representation of a SUBTRACT statement with FROM and GIVING clauses.
 interface SubtractFromStmt
          A representation of a SUBTRACT statement with a FROM clause.
 interface SubtractStmt
          A representation of a SUBTRACT statement in the PROCEDURE division.
 interface UnstringStmt
          A representation of an UNSTRING statement in the PROCEDURE division.
 interface UseStmt
          A representation of a USE statement in the PROCEDURE division.
 interface WriteStmt
          A representation of a WRITE statement in the PROCEDURE division.
 interface XMLGenerateStmt
          A representation of an XML GENERATE statement.
 interface XMLParseStmt
          A representation of an XML PARSE statement.