Uses of Interface
org.eclipse.gmt.modisco.cobol.COBOLClassifier
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
-
Uses of COBOLClassifier in org.eclipse.gmt.modisco.cobol
Subinterfaces of COBOLClassifier in org.eclipse.gmt.modisco.cobol Modifier and Type Interface Description interfaceCOBOLComposedTypeA representation of the model object 'COBOL Composed Type'.interfaceCOBOLSimpleTypeA representation of the model object 'COBOL Simple Type'.Methods in org.eclipse.gmt.modisco.cobol that return COBOLClassifier Modifier and Type Method Description COBOLClassifierCobolFactory. createCOBOLClassifier()Returns a new object of class 'COBOL Classifier'.COBOLClassifierCOBOLElement. getSharedType()Returns the value of the 'Shared Type' reference.Methods in org.eclipse.gmt.modisco.cobol with parameters of type COBOLClassifier Modifier and Type Method Description voidCOBOLElement. setSharedType(COBOLClassifier value)Sets the value of the 'Shared Type' reference. -
Uses of COBOLClassifier in org.eclipse.gmt.modisco.cobol.impl
Classes in org.eclipse.gmt.modisco.cobol.impl that implement COBOLClassifier Modifier and Type Class Description classCOBOLClassifierImplAn implementation of the model object 'COBOL Classifier'.classCOBOLComposedTypeImplAn implementation of the model object 'COBOL Composed Type'.classCOBOLSimpleTypeImplAn implementation of the model object 'COBOL Simple Type'.Fields in org.eclipse.gmt.modisco.cobol.impl declared as COBOLClassifier Modifier and Type Field Description protected COBOLClassifierCOBOLElementImpl. sharedTypeThe cached value of the 'Shared Type' reference.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLClassifier Modifier and Type Method Description COBOLClassifierCOBOLElementImpl. basicGetSharedType()COBOLClassifierCobolFactoryImpl. createCOBOLClassifier()COBOLClassifierCOBOLElementImpl. getSharedType()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLClassifier Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCOBOLElementImpl. basicSetSharedType(COBOLClassifier newSharedType, org.eclipse.emf.common.notify.NotificationChain msgs)voidCOBOLElementImpl. setSharedType(COBOLClassifier newSharedType) -
Uses of COBOLClassifier in org.eclipse.gmt.modisco.cobol.util
Methods in org.eclipse.gmt.modisco.cobol.util with parameters of type COBOLClassifier Modifier and Type Method Description TCobolSwitch. caseCOBOLClassifier(COBOLClassifier object)Returns the result of interpreting the object as an instance of 'COBOL Classifier'.