| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedTypeReference
A representation of the model object 'Named Type Reference'.
|
interface |
UnnamedTypeReference
A representation of the model object 'Unnamed Type Reference'.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseTypeReference(TypeReference object)
Returns the result of interpreting the object as an instance of 'Type Reference'.
|