public interface FunctionType extends Type
The following features are supported:
GASTMPackage.getFunctionType()| Modifier and Type | Method and Description |
|---|---|
|
getParameterTypes()
Returns the value of the 'Parameter Types' containment reference list.
|
TypeReference |
getReturnType()
Returns the value of the 'Return Type' containment reference.
|
void |
setReturnType(TypeReference value)
Sets the value of the '
Return Type' containment reference. |
getIsConst, setIsConstgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoTypeReference getReturnType()
If the meaning of the 'Return Type' containment reference isn't clear, there really should be more of a description here...
setReturnType(TypeReference),
GASTMPackage.getFunctionType_ReturnType()void setReturnType(TypeReference value)
Return Type' containment reference.
value - the new value of the 'Return Type' containment reference.getReturnType()getParameterTypes()
FormalParameterType.
If the meaning of the 'Parameter Types' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getFunctionType_ParameterTypes()