- Paragraph - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a paragraph in the PROCEDURE division.
- PerformBody - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of either the procedures or the statements in a PERFORM statement.
- PerformFromTo - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the procedures in a PERFORM statement.
- PerformInline - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the statements in an inline PERFORM statement.
- PerformIterationController - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the part of a PERFORM statement that controls the execution.
- PerformStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a PERFORM statement in the PROCEDURE division.
- PIControllerTimes - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the TIMES clause in a PERFORM statement.
- PIControllerUntil - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the UNTIL phrase in a PERFORM statement.
- PIControllerVarying - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the VARYING phrase in a PERFORM statement.
- PIControllerVaryingClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the VARYING clause in a PERFORM statement.
- PointerItem - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a pointer data item.
- PositionClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the POSITION clause in a MULTIPLE FILE TAPE clause in the
I-O-CONTROL paragraph.
- ProcedureDivision - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the PROCEDURE division.
- ProcedureDivisionContent - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a section, paragraph, or sentence at the top level in the
procedure division.
- ProcedureDivisionHeader - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the USING and RETURNING clauses in the PROCEDURE division header.
- ProcPtrItem - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a procedure pointer data item.
- Program - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a program.
- ProgramSourceFile - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a file that contains one or more COBOL programs.