Interface PrimaryExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PrimaryExpressionImpl
public interface PrimaryExpression
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Primary Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetNewEx()Returns the value of the 'New Ex' containment reference.Returns the value of the 'Other Ex' containment reference.Returns the value of the 'Super Ex' containment reference.getUnqEx()Returns the value of the 'Unq Ex' containment reference.voidsetNewEx(ConstructorExecution value) Sets the value of the 'New Ex' containment reference.voidSets the value of the 'Other Ex' containment reference.voidsetSuperEx(SuperExecution value) Sets the value of the 'Super Ex' containment reference.voidsetUnqEx(UnqualifiedExecution value) Sets the value of the 'Unq Ex' 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
-
getOtherEx
ExpressionOrQualifiedExecution getOtherEx()Returns the value of the 'Other Ex' containment reference.- Returns:
- the value of the 'Other Ex' containment reference.
- See Also:
-
setOtherEx
Sets the value of the 'Other Ex' containment reference.- Parameters:
value- the new value of the 'Other Ex' containment reference.- See Also:
-
getUnqEx
UnqualifiedExecution getUnqEx()Returns the value of the 'Unq Ex' containment reference.- Returns:
- the value of the 'Unq Ex' containment reference.
- See Also:
-
setUnqEx
Sets the value of the 'Unq Ex' containment reference.- Parameters:
value- the new value of the 'Unq Ex' containment reference.- See Also:
-
getSuperEx
SuperExecution getSuperEx()Returns the value of the 'Super Ex' containment reference.- Returns:
- the value of the 'Super Ex' containment reference.
- See Also:
-
setSuperEx
Sets the value of the 'Super Ex' containment reference.- Parameters:
value- the new value of the 'Super Ex' containment reference.- See Also:
-
getNewEx
ConstructorExecution getNewEx()Returns the value of the 'New Ex' containment reference.- Returns:
- the value of the 'New Ex' containment reference.
- See Also:
-
setNewEx
Sets the value of the 'New Ex' containment reference.- Parameters:
value- the new value of the 'New Ex' containment reference.- See Also:
-