Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.DerivedType

Packages that use DerivedType
org.eclipse.gmt.modisco.omg.kdm.code   
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
 interface ArrayType
          A representation of the model object 'Array Type'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface PointerType
          A representation of the model object 'Pointer Type'.
 interface RangeType
          A representation of the model object 'Range Type'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return DerivedType
 DerivedType CodeFactory.createDerivedType()
          Returns a new object of class 'Derived Type'.
 

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
 T CodeSwitch.caseDerivedType(DerivedType object)
          Returns the result of interpreting the object as an instance of 'Derived Type'.