Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.DerivedType
| 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 DerivedType in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of DerivedType in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceArrayTypeA representation of the model object 'Array Type'.interfaceBagTypeA representation of the model object 'Bag Type'.interfacePointerTypeA representation of the model object 'Pointer Type'.interfaceRangeTypeA representation of the model object 'Range Type'.interfaceSequenceTypeA representation of the model object 'Sequence Type'.interfaceSetTypeA representation of the model object 'Set Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return DerivedType Modifier and Type Method Description DerivedTypeCodeFactory. createDerivedType()Returns a new object of class 'Derived Type'. -
Uses of DerivedType in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement DerivedType Modifier and Type Class Description classArrayTypeImplAn implementation of the model object 'Array Type'.classBagTypeImplAn implementation of the model object 'Bag Type'.classDerivedTypeImplAn implementation of the model object 'Derived Type'.classPointerTypeImplAn implementation of the model object 'Pointer Type'.classRangeTypeImplAn implementation of the model object 'Range Type'.classSequenceTypeImplAn implementation of the model object 'Sequence Type'.classSetTypeImplAn implementation of the model object 'Set Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return DerivedType Modifier and Type Method Description DerivedTypeCodeFactoryImpl. createDerivedType() -
Uses of DerivedType in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type DerivedType Modifier and Type Method Description TCodeSwitch. caseDerivedType(DerivedType object)Returns the result of interpreting the object as an instance of 'Derived Type'.