- MemorySize - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of the MEMORY SIZE clause in the OBJECT-COMPUTER paragraph in the
environment division.
- MemorySizeUnit - Class in com.ibm.etools.cobol.application.model.cobol
-
A representation of the possible values for the memory size unit in the MEMORY SIZE
clause of the object computer paragraph in the environment division.
- MergeStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MERGE statement in the PROCEDURE division.
- MnemonicName - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a mnemonic name specified in the SPECIAL-NAMES paragraph.
- MoveCorrStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MOVE statement with a CORRESPONDING clause.
- MoveSimpleStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MOVE statement in the PROCEDURE division.
- MoveStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MOVE statement in the PROCEDURE division.
- MSU_CHARACTER - Static variable in class com.ibm.etools.cobol.application.model.cobol.MemorySizeUnit
-
The 'MSU CHARACTER' literal value.
- MSU_CHARACTER_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.MemorySizeUnit
-
The 'MSU CHARACTER' literal object.
- MSU_MODULE - Static variable in class com.ibm.etools.cobol.application.model.cobol.MemorySizeUnit
-
The 'MSU MODULE' literal value.
- MSU_MODULE_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.MemorySizeUnit
-
The 'MSU MODULE' literal object.
- MSU_WORD - Static variable in class com.ibm.etools.cobol.application.model.cobol.MemorySizeUnit
-
The 'MSU WORD' literal value.
- MSU_WORD_LITERAL - Static variable in class com.ibm.etools.cobol.application.model.cobol.MemorySizeUnit
-
The 'MSU WORD' literal object.
- MultipleFileTapeClause - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MULTIPLE FILE TAPE clause in the I-O-CONTROL paragraph.
- MultiplyByGivingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MULTIPLY statement with BY and GIVING clauses.
- MultiplyByStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MULTIPLY statement with a BY clause.
- MultiplyStmt - Interface in com.ibm.etools.cobol.application.model.cobol
-
A representation of a MULTIPLY statement in the PROCEDURE division.