org.eclipse.modisco.omg.gastm
Interface FunctionDeclaration

All Superinterfaces:
Declaration, DeclarationOrDefinition, DefinitionObject, GASTMObject, GASTMSyntaxObject

public interface FunctionDeclaration
extends Declaration

A representation of the model object 'Function Declaration'.

The following features are supported:

See Also:
GASTMPackage.getFunctionDeclaration()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Declaration
getDeclarationType, getDefRef, getIdentifierName, setDeclarationType, setDefRef, setIdentifierName
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.DeclarationOrDefinition
getAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiers
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getFormalParameters

 getFormalParameters()
Returns the value of the 'Formal Parameters' containment reference list. The list contents are of type FormalParameterDeclaration.

If the meaning of the 'Formal Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Formal Parameters' containment reference list.
See Also:
GASTMPackage.getFunctionDeclaration_FormalParameters()
Generated:
Model:
containment="true"

getFunctionMemberAttributes

FunctionMemberAttributes getFunctionMemberAttributes()
Returns the value of the 'Function Member Attributes' containment reference.

If the meaning of the 'Function Member Attributes' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Function Member Attributes' containment reference.
See Also:
setFunctionMemberAttributes(FunctionMemberAttributes), GASTMPackage.getFunctionDeclaration_FunctionMemberAttributes()
Generated:
Model:
containment="true"

setFunctionMemberAttributes

void setFunctionMemberAttributes(FunctionMemberAttributes value)
Sets the value of the 'Function Member Attributes' containment reference.

Parameters:
value - the new value of the 'Function Member Attributes' containment reference.
See Also:
getFunctionMemberAttributes()
Generated: