Uses of Interface
org.eclipse.modisco.omg.gastm.DataType

Packages that use DataType
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of DataType in org.eclipse.modisco.omg.gastm
 

Subinterfaces of DataType in org.eclipse.modisco.omg.gastm
 interface AggregateType
          A representation of the model object 'Aggregate Type'.
 interface AnnotationType
          A representation of the model object 'Annotation Type'.
 interface ArrayType
          A representation of the model object 'Array Type'.
 interface Boolean
          A representation of the model object 'Boolean'.
 interface ByReferenceFormalParameterType
          A representation of the model object 'By Reference Formal Parameter Type'.
 interface Byte
          A representation of the model object 'Byte'.
 interface ByValueFormalParameterType
          A representation of the model object 'By Value Formal Parameter Type'.
 interface Character
          A representation of the model object 'Character'.
 interface ClassType
          A representation of the model object 'Class Type'.
 interface CollectionType
          A representation of the model object 'Collection Type'.
 interface ConstructedType
          A representation of the model object 'Constructed Type'.
 interface Double
          A representation of the model object 'Double'.
 interface EnumType
          A representation of the model object 'Enum Type'.
 interface ExceptionType
          A representation of the model object 'Exception Type'.
 interface FormalParameterType
          A representation of the model object 'Formal Parameter Type'.
 interface IntegralType
          A representation of the model object 'Integral Type'.
 interface LongDouble
          A representation of the model object 'Long Double'.
 interface LongInteger
          A representation of the model object 'Long Integer'.
 interface NamedType
          A representation of the model object 'Named Type'.
 interface NumberType
          A representation of the model object 'Number Type'.
 interface PointerType
          A representation of the model object 'Pointer Type'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface RangeType
          A representation of the model object 'Range Type'.
 interface Real
          A representation of the model object 'Real'.
 interface RealType
          A representation of the model object 'Real Type'.
 interface ReferenceType
          A representation of the model object 'Reference Type'.
 interface ShortInteger
          A representation of the model object 'Short Integer'.
 interface StructureType
          A representation of the model object 'Structure Type'.
 interface UnionType
          A representation of the model object 'Union Type'.
 interface Void
          A representation of the model object 'Void'.
 

Uses of DataType in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type DataType
 T GASTMSwitch.caseDataType(DataType object)
          Returns the result of interpreting the object as an instance of 'Data Type'.