- FAM_DYNAMIC - Static variable in class com.ibm.etools.cobol.application.model.cobol.FileAccessMode
-
The 'FAM DYNAMIC' literal value.
- FAM_DYNAMIC_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.FileAccessMode
-
The 'FAM DYNAMIC' literal object.
- FAM_RANDOM - Static variable in class com.ibm.etools.cobol.application.model.cobol.FileAccessMode
-
The 'FAM RANDOM' literal value.
- FAM_RANDOM_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.FileAccessMode
-
The 'FAM RANDOM' literal object.
- FAM_SEQUENTIAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.FileAccessMode
-
The 'FAM SEQUENTIAL' literal value.
- FAM_SEQUENTIAL_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.FileAccessMode
-
The 'FAM SEQUENTIAL' literal object.
- FileAccessMode - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of the file access mode in file control entries.
- FileAccessModeClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the access mode clause in a file control entry.
- FileControlEntry - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a file control entry in the INPUT-OUTPUT section
of the ENVIRONMENT division.
- FileDescriptionEntry - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a file description entry.
- FilePositionClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a file position clause in a MULTIPLE FILE TAPE clause
in the I-O-CONTROL paragraph.
- FileSection - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the file section in the data division.
- FixedTableDataItem - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a fixed table data item.
- FORMAL_BY_REFERENCE - Static variable in class com.ibm.etools.cobol.application.model.cobol.FormalParamType
-
The 'FORMAL BY REFERENCE' literal value.
- FORMAL_BY_REFERENCE_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.FormalParamType
-
The 'FORMAL BY REFERENCE' literal object.
- FORMAL_BY_VALUE - Static variable in class com.ibm.etools.cobol.application.model.cobol.FormalParamType
-
The 'FORMAL BY VALUE' literal value.
- FORMAL_BY_VALUE_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.FormalParamType
-
The 'FORMAL BY VALUE' literal object.
- FormalParameter - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a formal Parameter specified in the USING clause.
- FormalParamType - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of BY REFERENCE or BY VALUE clauses in the specification of parameters.
- FuncPtrItem - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a function pointer data item.
- FuncRef - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a function call.