Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.CompositeType
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl | |
| org.eclipse.gmt.modisco.omg.kdm.code.util |
-
Uses of CompositeType in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of CompositeType in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceChoiceTypeA representation of the model object 'Choice Type'.interfaceRecordTypeA representation of the model object 'Record Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return CompositeType Modifier and Type Method Description CompositeTypeCodeFactory. createCompositeType()Returns a new object of class 'Composite Type'. -
Uses of CompositeType in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement CompositeType Modifier and Type Class Description classChoiceTypeImplAn implementation of the model object 'Choice Type'.classCompositeTypeImplAn implementation of the model object 'Composite Type'.classRecordTypeImplAn implementation of the model object 'Record Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return CompositeType Modifier and Type Method Description CompositeTypeCodeFactoryImpl. createCompositeType() -
Uses of CompositeType in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type CompositeType Modifier and Type Method Description TCodeSwitch. caseCompositeType(CompositeType object)Returns the result of interpreting the object as an instance of 'Composite Type'.