Package com._1c.g5.v8.dt.ql.model
Interface CompoundExpression
- All Superinterfaces:
AbstractExpression,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CompoundExpressionImpl
A representation of the model object 'Compound Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetHead()Returns the value of the 'Head' containment reference.org.eclipse.emf.common.util.EList<AbstractExpression>getTail()Returns the value of the 'Tail' containment reference list.voidsetHead(AbstractExpression value) Sets the value of the 'Head' 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
-
getHead
AbstractExpression getHead()Returns the value of the 'Head' containment reference.- Returns:
- the value of the 'Head' containment reference.
- See Also:
-
setHead
Sets the value of the 'Head' containment reference.- Parameters:
value- the new value of the 'Head' containment reference.- See Also:
-
getTail
org.eclipse.emf.common.util.EList<AbstractExpression> getTail()Returns the value of the 'Tail' containment reference list. The list contents are of typeAbstractExpression.- Returns:
- the value of the 'Tail' containment reference list.
- See Also:
-