Uses of Interface
org.eclipse.gmt.modisco.cobol.COBOLElement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
-
Uses of COBOLElement in org.eclipse.gmt.modisco.cobol
Subinterfaces of COBOLElement in org.eclipse.gmt.modisco.cobol Modifier and Type Interface Description interfaceCOBOLRedefiningElementA representation of the model object 'COBOL Redefining Element'.Methods in org.eclipse.gmt.modisco.cobol that return COBOLElement Modifier and Type Method Description COBOLElementCobolFactory. createCOBOLElement()Returns a new object of class 'COBOL Element'.COBOLElementCOBOLVariableLengthArray. getDependingOn()Returns the value of the 'Depending On' reference.COBOLElementCOBOL66Element. getEnd()Returns the value of the 'End' reference.COBOLElementCOBOLRedefiningElement. getRedefines()Returns the value of the 'Redefines' reference.COBOLElementCOBOL66Element. getStart()Returns the value of the 'Start' reference.Methods in org.eclipse.gmt.modisco.cobol that return types with arguments of type COBOLElement Modifier and Type Method 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.Methods in org.eclipse.gmt.modisco.cobol with parameters of type COBOLElement Modifier and Type Method Description voidCOBOLVariableLengthArray. setDependingOn(COBOLElement value)Sets the value of the 'Depending On' reference.voidCOBOL66Element. setEnd(COBOLElement value)Sets the value of the 'End' reference.voidCOBOLRedefiningElement. setRedefines(COBOLElement value)Sets the value of the 'Redefines' reference.voidCOBOL66Element. setStart(COBOLElement value)Sets the value of the 'Start' reference. -
Uses of COBOLElement in org.eclipse.gmt.modisco.cobol.impl
Classes in org.eclipse.gmt.modisco.cobol.impl that implement COBOLElement Modifier and Type Class Description classCOBOLElementImplAn implementation of the model object 'COBOL Element'.classCOBOLRedefiningElementImplAn implementation of the model object 'COBOL Redefining Element'.Fields in org.eclipse.gmt.modisco.cobol.impl declared as COBOLElement Modifier and Type Field Description protected COBOLElementCOBOLVariableLengthArrayImpl. dependingOnThe cached value of the 'Depending On' reference.protected COBOLElementCOBOL66ElementImpl. endThe cached value of the 'End' reference.protected COBOLElementCOBOLRedefiningElementImpl. redefinesThe cached value of the 'Redefines' reference.protected COBOLElementCOBOL66ElementImpl. startThe cached value of the 'Start' reference.Fields in org.eclipse.gmt.modisco.cobol.impl with type parameters of type COBOLElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<COBOLElement>COBOLComposedTypeImpl. elementsThe cached value of the 'Elements' containment reference list.protected org.eclipse.emf.common.util.EList<COBOLElement>COBOLClassifierImpl. typedElementsThe cached value of the 'Typed Elements' reference list.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLElement Modifier and Type Method Description COBOLElementCOBOLVariableLengthArrayImpl. basicGetDependingOn()COBOLElementCOBOL66ElementImpl. basicGetEnd()COBOLElementCOBOLRedefiningElementImpl. basicGetRedefines()COBOLElementCOBOL66ElementImpl. basicGetStart()COBOLElementCobolFactoryImpl. createCOBOLElement()COBOLElementCOBOLVariableLengthArrayImpl. getDependingOn()COBOLElementCOBOL66ElementImpl. getEnd()COBOLElementCOBOLRedefiningElementImpl. getRedefines()COBOLElementCOBOL66ElementImpl. getStart()Methods in org.eclipse.gmt.modisco.cobol.impl that return types with arguments of type COBOLElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<COBOLElement>COBOLComposedTypeImpl. getElements()org.eclipse.emf.common.util.EList<COBOLElement>COBOLClassifierImpl. getTypedElements()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLElement Modifier and Type Method Description voidCOBOLVariableLengthArrayImpl. setDependingOn(COBOLElement newDependingOn)voidCOBOL66ElementImpl. setEnd(COBOLElement newEnd)voidCOBOLRedefiningElementImpl. setRedefines(COBOLElement newRedefines)voidCOBOL66ElementImpl. setStart(COBOLElement newStart) -
Uses of COBOLElement in org.eclipse.gmt.modisco.cobol.util
Methods in org.eclipse.gmt.modisco.cobol.util with parameters of type COBOLElement Modifier and Type Method Description TCobolSwitch. caseCOBOLElement(COBOLElement object)Returns the result of interpreting the object as an instance of 'COBOL Element'.