- DataCategory - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of the data categories that can be specified in the REPLACING clause of an
INITIALIZE statement.
- DataDivision - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the data division.
- DataItem - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a data description entry in the data division.
- DataItemClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a data item clause in a SUPPRESS clause in an XML GENERATE statement.
- DataRecordClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DATA RECORD clause in a file description entry.
- DataRef - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a reference to a data item in a COBOL program.
- DataRefOrIndexRef - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the use of a data item or index.
- DataRefOrLiteral - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of either a literal or the name of a data item in a COBOL program.
- DataRefOrLiteralOrIndexRef - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a data reference, literal, or index reference.
- DataSubscript - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a data item used as a table subscript.
- DateFormatClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DATE FORMAT clause in the declaration of a data item.
- DBCSItem - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DBCS data item.
- DC_ALPHABETIC - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC ALPHABETIC' literal value.
- DC_ALPHABETIC_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC ALPHABETIC' literal object.
- DC_ALPHANUMERIC - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC ALPHANUMERIC' literal value.
- DC_ALPHANUMERIC_EDITED - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC ALPHANUMERIC EDITED' literal value.
- DC_ALPHANUMERIC_EDITED_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC ALPHANUMERIC EDITED' literal object.
- DC_ALPHANUMERIC_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC ALPHANUMERIC' literal object.
- DC_DBCS - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC DBCS' literal value.
- DC_DBCS_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC DBCS' literal object.
- DC_EGCS - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC EGCS' literal value.
- DC_EGCS_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC EGCS' literal object.
- DC_NUMERIC - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC NUMERIC' literal value.
- DC_NUMERIC_EDITED - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC NUMERIC EDITED' literal value.
- DC_NUMERIC_EDITED_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC NUMERIC EDITED' literal object.
- DC_NUMERIC_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.DataCategory
-
The 'DC NUMERIC' literal object.
- DebuggingUseStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DEBUGGING declarative in the declaratives section
of the PROCEDURE division.
- Declaratives - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the declaratives in the PROCEDURE division.
- DeclarativesContent - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a section, paragraph, sentence, or USE statement at the top
level in the DECLARATIVES section.
- DeleteStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DELETE statement in the PROCEDURE division.
- DisplayStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DISPLAY statement in the PROCEDURE division.
- DivideByGivingRemainderStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement with BY, GIVING, and REMAINDER clauses.
- DivideByGivingSimpleStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement with BY and GIVING clauses.
- DivideByGivingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVISION statement with BY and GIVING clauses.
- DivideIntoGivingRemainderStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement with INTO, GIVING, and REMAINDER clauses.
- DivideIntoGivingSimpleStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement with INTO and GIVING clauses.
- DivideIntoGivingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement with an INTO and a GIVING clause.
- DivideIntoSimpleStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement with an INTO clause.
- DivideStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a DIVIDE statement in the PROCEDURE division.