| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
COBOLVariableLengthArray
A representation of the model object 'COBOL Variable Length Array'.
|
| Modifier and Type | Method and Description |
|---|---|
COBOLFixedLengthArray |
CobolFactory.createCOBOLFixedLengthArray()
Returns a new object of class 'COBOL Fixed Length Array'.
|
COBOLFixedLengthArray |
COBOLElement.getArray()
Returns the value of the 'Array' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COBOLElement.setArray(COBOLFixedLengthArray value)
Sets the value of the '
Array' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
COBOLFixedLengthArrayImpl
An implementation of the model object 'COBOL Fixed Length Array'.
|
class |
COBOLVariableLengthArrayImpl
An implementation of the model object 'COBOL Variable Length Array'.
|
| Modifier and Type | Field and Description |
|---|---|
protected COBOLFixedLengthArray |
COBOLElementImpl.array
The cached value of the '
Array' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
COBOLFixedLengthArray |
CobolFactoryImpl.createCOBOLFixedLengthArray() |
COBOLFixedLengthArray |
COBOLElementImpl.getArray() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
COBOLElementImpl.basicSetArray(COBOLFixedLengthArray newArray,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
COBOLElementImpl.setArray(COBOLFixedLengthArray newArray) |
| Modifier and Type | Method and Description |
|---|---|
T |
CobolSwitch.caseCOBOLFixedLengthArray(COBOLFixedLengthArray object)
Returns the result of interpreting the object as an instance of 'COBOL Fixed Length Array'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.