public interface Function extends EObject
The following features are supported:
FunctionsPackage.getFunction()
Modifier and Type | Method and Description |
---|---|
VariableDeclaration |
getContainsFunctionVarDecl()
Returns the value of the 'Contains Function Var Decl' containment reference.
|
FunctionBodySpecification |
getHasFunctionBodySpec()
Returns the value of the 'Has Function Body Spec' containment reference.
|
ANY |
getHasFunctionReturnType()
Returns the value of the 'Has Function Return Type' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setContainsFunctionVarDecl(VariableDeclaration value)
Sets the value of the '
Contains Function Var Decl ' containment reference. |
void |
setHasFunctionBodySpec(FunctionBodySpecification value)
Sets the value of the '
Has Function Body Spec ' containment reference. |
void |
setHasFunctionReturnType(ANY value)
Sets the value of the '
Has Function Return Type ' containment reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
FunctionBodySpecification getHasFunctionBodySpec()
If the meaning of the 'Has Function Body Spec' containment reference isn't clear, there really should be more of a description here...
setHasFunctionBodySpec(FunctionBodySpecification)
,
FunctionsPackage.getFunction_HasFunctionBodySpec()
void setHasFunctionBodySpec(FunctionBodySpecification value)
Has Function Body Spec
' containment reference.
value
- the new value of the 'Has Function Body Spec' containment reference.getHasFunctionBodySpec()
VariableDeclaration getContainsFunctionVarDecl()
Is Part Of
'.
If the meaning of the 'Contains Function Var Decl' containment reference isn't clear, there really should be more of a description here...
setContainsFunctionVarDecl(VariableDeclaration)
,
FunctionsPackage.getFunction_ContainsFunctionVarDecl()
,
VariableDeclaration.getIsPartOf()
void setContainsFunctionVarDecl(VariableDeclaration value)
Contains Function Var Decl
' containment reference.
value
- the new value of the 'Contains Function Var Decl' containment reference.getContainsFunctionVarDecl()
ANY getHasFunctionReturnType()
If the meaning of the 'Has Function Return Type' containment reference isn't clear, there really should be more of a description here...
setHasFunctionReturnType(ANY)
,
FunctionsPackage.getFunction_HasFunctionReturnType()
void setHasFunctionReturnType(ANY value)
Has Function Return Type
' containment reference.
value
- the new value of the 'Has Function Return Type' containment reference.getHasFunctionReturnType()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
FunctionsPackage.getFunction_Name()