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

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

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

Subinterfaces of TypeReference in org.eclipse.modisco.omg.gastm
 interface NamedTypeReference
          A representation of the model object 'Named Type Reference'.
 interface UnnamedTypeReference
          A representation of the model object 'Unnamed Type Reference'.
 

Methods in org.eclipse.modisco.omg.gastm that return TypeReference
 TypeReference AnnotationExpression.getAnnotationType()
          Returns the value of the 'Annotation Type' containment reference.
 TypeReference ConstructedType.getBaseType()
          Returns the value of the 'Base Type' containment reference.
 TypeReference CastExpression.getCastType()
          Returns the value of the 'Cast Type' containment reference.
 TypeReference Declaration.getDeclarationType()
          Returns the value of the 'Declaration Type' containment reference.
 TypeReference Definition.getDefinitionType()
          Returns the value of the 'Definition Type' containment reference.
 TypeReference Expression.getExpressionType()
          Returns the value of the 'Expression Type' reference.
 TypeReference NewExpression.getNewType()
          Returns the value of the 'New Type' containment reference.
 TypeReference FunctionDefinition.getReturnType()
          Returns the value of the 'Return Type' containment reference.
 TypeReference FunctionType.getReturnType()
          Returns the value of the 'Return Type' containment reference.
 TypeReference FormalParameterType.getType()
          Returns the value of the 'Type' containment reference.
 TypeReference TypeDeclaration.getTypeRef()
          Returns the value of the 'Type Ref' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type TypeReference
 void AnnotationExpression.setAnnotationType(TypeReference value)
          Sets the value of the 'Annotation Type' containment reference.
 void ConstructedType.setBaseType(TypeReference value)
          Sets the value of the 'Base Type' containment reference.
 void CastExpression.setCastType(TypeReference value)
          Sets the value of the 'Cast Type' containment reference.
 void Declaration.setDeclarationType(TypeReference value)
          Sets the value of the 'Declaration Type' containment reference.
 void Definition.setDefinitionType(TypeReference value)
          Sets the value of the 'Definition Type' containment reference.
 void Expression.setExpressionType(TypeReference value)
          Sets the value of the 'Expression Type' reference.
 void NewExpression.setNewType(TypeReference value)
          Sets the value of the 'New Type' containment reference.
 void FunctionDefinition.setReturnType(TypeReference value)
          Sets the value of the 'Return Type' containment reference.
 void FunctionType.setReturnType(TypeReference value)
          Sets the value of the 'Return Type' containment reference.
 void FormalParameterType.setType(TypeReference value)
          Sets the value of the 'Type' containment reference.
 void TypeDeclaration.setTypeRef(TypeReference value)
          Sets the value of the 'Type Ref' containment reference.
 

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

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