public interface FunctionDeclaration extends Declaration
The following features are supported:
GASTMPackage.getFunctionDeclaration()| Modifier and Type | Method and Description |
|---|---|
|
getFormalParameters()
Returns the value of the 'Formal Parameters' containment reference list.
|
FunctionMemberAttributes |
getFunctionMemberAttributes()
Returns the value of the 'Function Member Attributes' containment reference.
|
void |
setFunctionMemberAttributes(FunctionMemberAttributes value)
Sets the value of the '
Function Member Attributes' containment reference. |
getDeclarationType, getDefRef, getIdentifierName, setDeclarationType, setDefRef, setIdentifierNamegetAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfogetFormalParameters()
FormalParameterDeclaration.
If the meaning of the 'Formal Parameters' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getFunctionDeclaration_FormalParameters()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.getFunctionDeclaration_FunctionMemberAttributes()void setFunctionMemberAttributes(FunctionMemberAttributes value)
Function Member Attributes' containment reference.
value - the new value of the 'Function Member Attributes' containment reference.getFunctionMemberAttributes()