de.cau.cs.kieler.esterel.esterel
Interface FunctionDecl
- All Superinterfaces:
- EObject, Notifier
- All Known Implementing Classes:
- FunctionDeclImpl
public interface FunctionDecl
- extends EObject
A representation of the model object 'Function Decl'.
The following features are supported:
- See Also:
EsterelPackage.getFunctionDecl()
- Rating

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
getFunction
EList<Function> getFunction()
- Returns the value of the 'Function' containment reference list.
The list contents are of type
Function
.
If the meaning of the 'Function' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Function' containment reference list.
- See Also:
EsterelPackage.getFunctionDecl_Function()
- Generated:
- This code was automatically generated.
- Model element: