Interface Call
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CallImpl
public interface Call
extends org.eclipse.emf.ecore.EObject
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetDecl()Returns the value of the 'Decl' containment reference.getName()Returns the value of the 'Name' containment reference.getParam()Returns the value of the 'Param' containment reference.voidsetDecl(Declarator value) Sets the value of the 'Decl' containment reference.voidsetName(QualifiedPrefix value) Sets the value of the 'Name' containment reference.voidsetParam(ArgumentList value) Sets the value of the 'Param' 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
-
getName
QualifiedPrefix getName()Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
-
setName
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
-
getDecl
Declarator getDecl()Returns the value of the 'Decl' containment reference.- Returns:
- the value of the 'Decl' containment reference.
- See Also:
-
setDecl
Sets the value of the 'Decl' containment reference.- Parameters:
value- the new value of the 'Decl' containment reference.- See Also:
-
getParam
ArgumentList getParam()Returns the value of the 'Param' containment reference.- Returns:
- the value of the 'Param' containment reference.
- See Also:
-
setParam
Sets the value of the 'Param' containment reference.- Parameters:
value- the new value of the 'Param' containment reference.- See Also:
-