Uses of Interface
org.eclipse.gmt.modisco.cobol.COBOLElementInitialValue
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
-
Uses of COBOLElementInitialValue in org.eclipse.gmt.modisco.cobol
Methods in org.eclipse.gmt.modisco.cobol that return COBOLElementInitialValue Modifier and Type Method Description COBOLElementInitialValueCobolFactory. createCOBOLElementInitialValue()Returns a new object of class 'COBOL Element Initial Value'.Methods in org.eclipse.gmt.modisco.cobol that return types with arguments of type COBOLElementInitialValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<COBOLElementInitialValue>COBOLElement. getInitial()Returns the value of the 'Initial' reference list. -
Uses of COBOLElementInitialValue in org.eclipse.gmt.modisco.cobol.impl
Classes in org.eclipse.gmt.modisco.cobol.impl that implement COBOLElementInitialValue Modifier and Type Class Description classCOBOLElementInitialValueImplAn implementation of the model object 'COBOL Element Initial Value'.Fields in org.eclipse.gmt.modisco.cobol.impl with type parameters of type COBOLElementInitialValue Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<COBOLElementInitialValue>COBOLElementImpl. initialThe cached value of the 'Initial' reference list.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLElementInitialValue Modifier and Type Method Description COBOLElementInitialValueCobolFactoryImpl. createCOBOLElementInitialValue()Methods in org.eclipse.gmt.modisco.cobol.impl that return types with arguments of type COBOLElementInitialValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<COBOLElementInitialValue>COBOLElementImpl. getInitial() -
Uses of COBOLElementInitialValue in org.eclipse.gmt.modisco.cobol.util
Methods in org.eclipse.gmt.modisco.cobol.util with parameters of type COBOLElementInitialValue Modifier and Type Method Description TCobolSwitch. caseCOBOLElementInitialValue(COBOLElementInitialValue object)Returns the result of interpreting the object as an instance of 'COBOL Element Initial Value'.