- ReadDirection - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of either NEXT or no direction specified in a READ statement.
- READSEQDIR_NEXT - Static variable in class com.ibm.etools.cobol.application.model.cobol.ReadDirection
-
The 'READSEQDIR NEXT' literal value.
- READSEQDIR_NEXT_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.ReadDirection
-
The 'READSEQDIR NEXT' literal object.
- READSEQDIR_NONE - Static variable in class com.ibm.etools.cobol.application.model.cobol.ReadDirection
-
The 'READSEQDIR NONE' literal value.
- READSEQDIR_NONE_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.ReadDirection
-
The 'READSEQDIR NONE' literal object.
- ReadStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a READ statement in the PROCEDURE division.
- RecordClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the RECORD clause in a file description entry.
- RecordingMode - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of the recording modes specified in the RECORDING MODE clause of a
file description entry.
- RecordingModeClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the RECORDING MODE clause in a file description entry.
- RefMod - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a reference modifier.
- RelationalOperator - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of a relational operator.
- RelationalOperatorClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the relational operator clause in an abbreviated condition
within an abbreviated combined relational condition.
- RelativeFileControlEntry - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a file control entry for a file with relative organization.
- ReleaseStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a RELEASE statement in the PROCEDURE division.
- ReplaceOffStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the REPLACE OFF compiler-directing statement.
- ReplaceStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a REPLACE compiler-directing statement with BY clauses.
- ReplacingClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a REPLACING clause in an INITIALIZE statement.
- RepositoryParagraph - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the REPOSITORY paragraph.
- RerunClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a RERUN clause in the I-O-CONTROL paragraph.
- ReservePhrase - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the RESERVE clause in a file control entry.
- ReturnStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a RETURN statement in the PROCEDURE division.
- RewriteStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a REWRITE statement in the PROCEDURE division.
- RM_F - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM F' literal value.
- RM_F_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM F' literal object.
- RM_S - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM S' literal value.
- RM_S_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM S' literal object.
- RM_U - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM U' literal value.
- RM_U_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM U' literal object.
- RM_V - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM V' literal value.
- RM_V_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RecordingMode
-
The 'RM V' literal object.
- RO_EQUAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO EQUAL' literal value.
- RO_EQUAL_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO EQUAL' literal object.
- RO_GREATER - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO GREATER' literal value.
- RO_GREATER_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO GREATER' literal object.
- RO_GREATER_OR_EQUAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO GREATER OR EQUAL' literal value.
- RO_GREATER_OR_EQUAL_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO GREATER OR EQUAL' literal object.
- RO_LESS - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO LESS' literal value.
- RO_LESS_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO LESS' literal object.
- RO_LESS_OR_EQUAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO LESS OR EQUAL' literal value.
- RO_LESS_OR_EQUAL_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO LESS OR EQUAL' literal object.
- RO_NOT_EQUAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO NOT EQUAL' literal value.
- RO_NOT_EQUAL_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO NOT EQUAL' literal object.
- RO_NOT_GREATER - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO NOT GREATER' literal value.
- RO_NOT_GREATER_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO NOT GREATER' literal object.
- RO_NOT_LESS - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO NOT LESS' literal value.
- RO_NOT_LESS_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.RelationalOperator
-
The 'RO NOT LESS' literal object.