Interface ExpressionOrQualifiedExecution
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExpressionOrQualifiedExecutionImpl
public interface ExpressionOrQualifiedExecution
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Expression Or Qualified Execution'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SubCall> getCalls()Returns the value of the 'Calls' containment reference list.Returns the value of the 'Parenthesis' containment reference.getVal()Returns the value of the 'Val' containment reference.voidsetParenthesis(Expression value) Sets the value of the 'Parenthesis' containment reference.voidSets the value of the 'Val' 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
-
getVal
Constant getVal()Returns the value of the 'Val' containment reference.- Returns:
- the value of the 'Val' containment reference.
- See Also:
-
setVal
Sets the value of the 'Val' containment reference.- Parameters:
value- the new value of the 'Val' containment reference.- See Also:
-
getParenthesis
Expression getParenthesis()Returns the value of the 'Parenthesis' containment reference.- Returns:
- the value of the 'Parenthesis' containment reference.
- See Also:
-
setParenthesis
Sets the value of the 'Parenthesis' containment reference.- Parameters:
value- the new value of the 'Parenthesis' containment reference.- See Also:
-
getCalls
org.eclipse.emf.common.util.EList<SubCall> getCalls()Returns the value of the 'Calls' containment reference list. The list contents are of typeSubCall.- Returns:
- the value of the 'Calls' containment reference list.
- See Also:
-