Package de.uka.ipd.sdq.stoex
Interface Parenthesis
- All Superinterfaces:
Atom,BooleanExpression,org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Comparison,EObject,Expression,IfElse,Notifier,Power,Product,Term,Unary
- All Known Implementing Classes:
ParenthesisImpl
A representation of the model object 'Parenthesis'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Inner Expression' containment reference.voidsetInnerExpression(Expression value) Sets the value of the 'Inner Expression' containment reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionMethods 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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getInnerExpression
Expression getInnerExpression()Returns the value of the 'Inner Expression' containment reference.- Returns:
- the value of the 'Inner Expression' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setInnerExpression
Sets the value of the 'Inner Expression' containment reference.- Parameters:
value- the new value of the 'Inner Expression' containment reference.- See Also:
- Generated class or method.
-