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

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

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

Subinterfaces of Type 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 DataType
          A representation of the model object 'Data 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 FunctionType
          A representation of the model object 'Function Type'.
 interface IntegralType
          A representation of the model object 'Integral Type'.
 interface LabelType
          A representation of the model object 'Label 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 NamedTypeReference
          A representation of the model object 'Named Type Reference'.
 interface NameSpaceType
          A representation of the model object 'Name Space 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 TypeReference
          A representation of the model object 'Type Reference'.
 interface UnionType
          A representation of the model object 'Union Type'.
 interface UnnamedTypeReference
          A representation of the model object 'Unnamed Type Reference'.
 interface Void
          A representation of the model object 'Void'.
 

Methods in org.eclipse.modisco.omg.gastm that return Type
 Type NamedType.getBody()
          Returns the value of the 'Body' containment reference.
 Type UnnamedTypeReference.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type Type
 void NamedType.setBody(Type value)
          Sets the value of the 'Body' containment reference.
 void UnnamedTypeReference.setType(Type value)
          Sets the value of the 'Type' containment reference.
 

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

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