Interface InlineFunction
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InlineFunctionImpl
public interface InlineFunction
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Inline Function'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()Returns the value of the 'Body' containment reference.org.eclipse.emf.common.util.EList<ClosureParameter>Returns the value of the 'Parameters' containment reference list.voidsetBody(RosettaExpression value) Sets the value of the 'Body' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParameters
org.eclipse.emf.common.util.EList<ClosureParameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeClosureParameter. It is bidirectional and its opposite is 'Function'.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
getBody
RosettaExpression getBody()Returns the value of the 'Body' containment reference.- Returns:
- the value of the 'Body' containment reference.
- See Also:
-
setBody
Sets the value of the 'Body' containment reference.- Parameters:
value- the new value of the 'Body' containment reference.- See Also:
-