| 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 |
COBOLRedefiningElement
A representation of the model object 'COBOL Redefining Element'.
|
| Modifier and Type | Method and Description |
|---|---|
COBOLElement |
CobolFactory.createCOBOLElement()
Returns a new object of class 'COBOL Element'.
|
COBOLElement |
COBOLVariableLengthArray.getDependingOn()
Returns the value of the 'Depending On' reference.
|
COBOLElement |
COBOL66Element.getEnd()
Returns the value of the 'End' reference.
|
COBOLElement |
COBOLRedefiningElement.getRedefines()
Returns the value of the 'Redefines' reference.
|
COBOLElement |
COBOL66Element.getStart()
Returns the value of the 'Start' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<COBOLElement> |
COBOLComposedType.getElements()
Returns the value of the 'Elements' containment reference list.
|
org.eclipse.emf.common.util.EList<COBOLElement> |
COBOLClassifier.getTypedElements()
Returns the value of the 'Typed Elements' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COBOLVariableLengthArray.setDependingOn(COBOLElement value)
Sets the value of the '
Depending On' reference. |
void |
COBOL66Element.setEnd(COBOLElement value)
Sets the value of the '
End' reference. |
void |
COBOLRedefiningElement.setRedefines(COBOLElement value)
Sets the value of the '
Redefines' reference. |
void |
COBOL66Element.setStart(COBOLElement value)
Sets the value of the '
Start' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
COBOLElementImpl
An implementation of the model object 'COBOL Element'.
|
class |
COBOLRedefiningElementImpl
An implementation of the model object 'COBOL Redefining Element'.
|
| Modifier and Type | Field and Description |
|---|---|
protected COBOLElement |
COBOLVariableLengthArrayImpl.dependingOn
The cached value of the '
Depending On' reference. |
protected COBOLElement |
COBOL66ElementImpl.end
The cached value of the '
End' reference. |
protected COBOLElement |
COBOLRedefiningElementImpl.redefines
The cached value of the '
Redefines' reference. |
protected COBOLElement |
COBOL66ElementImpl.start
The cached value of the '
Start' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<COBOLElement> |
COBOLComposedTypeImpl.elements
The cached value of the '
Elements' containment reference list. |
protected org.eclipse.emf.common.util.EList<COBOLElement> |
COBOLClassifierImpl.typedElements
The cached value of the '
Typed Elements' reference list. |
| Modifier and Type | Method and Description |
|---|---|
COBOLElement |
COBOLVariableLengthArrayImpl.basicGetDependingOn() |
COBOLElement |
COBOL66ElementImpl.basicGetEnd() |
COBOLElement |
COBOLRedefiningElementImpl.basicGetRedefines() |
COBOLElement |
COBOL66ElementImpl.basicGetStart() |
COBOLElement |
CobolFactoryImpl.createCOBOLElement() |
COBOLElement |
COBOLVariableLengthArrayImpl.getDependingOn() |
COBOLElement |
COBOL66ElementImpl.getEnd() |
COBOLElement |
COBOLRedefiningElementImpl.getRedefines() |
COBOLElement |
COBOL66ElementImpl.getStart() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<COBOLElement> |
COBOLComposedTypeImpl.getElements() |
org.eclipse.emf.common.util.EList<COBOLElement> |
COBOLClassifierImpl.getTypedElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
COBOLVariableLengthArrayImpl.setDependingOn(COBOLElement newDependingOn) |
void |
COBOL66ElementImpl.setEnd(COBOLElement newEnd) |
void |
COBOLRedefiningElementImpl.setRedefines(COBOLElement newRedefines) |
void |
COBOL66ElementImpl.setStart(COBOLElement newStart) |
| Modifier and Type | Method and Description |
|---|---|
T |
CobolSwitch.caseCOBOLElement(COBOLElement object)
Returns the result of interpreting the object as an instance of 'COBOL Element'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.