public interface FunctionDefinition extends Definition
The following features are supported:
GASTMPackage.getFunctionDefinition()| Modifier and Type | Method and Description |
|---|---|
|
getBody()
Returns the value of the 'Body' containment reference list.
|
|
getFormalParameters()
Returns the value of the 'Formal Parameters' containment reference list.
|
FunctionMemberAttributes |
getFunctionMemberAttributes()
Returns the value of the 'Function Member Attributes' containment reference.
|
FunctionScope |
getOpensScope()
Returns the value of the 'Opens Scope' reference.
|
TypeReference |
getReturnType()
Returns the value of the 'Return Type' containment reference.
|
void |
setFunctionMemberAttributes(FunctionMemberAttributes value)
Sets the value of the '
Function Member Attributes' containment reference. |
void |
setOpensScope(FunctionScope value)
Sets the value of the '
Opens Scope' reference. |
void |
setReturnType(TypeReference value)
Sets the value of the '
Return Type' containment reference. |
getDefinitionType, getIdentifierName, setDefinitionType, setIdentifierNamegetAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, 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.getFunctionDefinition_ReturnType()void setReturnType(TypeReference value)
Return Type' containment reference.
value - the new value of the 'Return Type' containment reference.getReturnType()getFormalParameters()
FormalParameterDefinition.
If the meaning of the 'Formal Parameters' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getFunctionDefinition_FormalParameters()getBody()
Statement.
If the meaning of the 'Body' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getFunctionDefinition_Body()FunctionMemberAttributes getFunctionMemberAttributes()
If the meaning of the 'Function Member Attributes' containment reference isn't clear, there really should be more of a description here...
setFunctionMemberAttributes(FunctionMemberAttributes),
GASTMPackage.getFunctionDefinition_FunctionMemberAttributes()void setFunctionMemberAttributes(FunctionMemberAttributes value)
Function Member Attributes' containment reference.
value - the new value of the 'Function Member Attributes' containment reference.getFunctionMemberAttributes()FunctionScope getOpensScope()
If the meaning of the 'Opens Scope' reference isn't clear, there really should be more of a description here...
setOpensScope(FunctionScope),
GASTMPackage.getFunctionDefinition_OpensScope()void setOpensScope(FunctionScope value)
Opens Scope' reference.
value - the new value of the 'Opens Scope' reference.getOpensScope()