org.openxma.dsl.dom.model
Interface ParenthesizedExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ParenthesizedExpressionImpl

public interface ParenthesizedExpression
extends Expression

A representation of the model object 'Parenthesized Expression'.

The following features are supported:

See Also:
DomPackage.getParenthesizedExpression()

Method Summary
 org.eclipse.emf.common.util.EList<Expression> getExpressions()
          Returns the value of the 'Expressions' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExpressions

org.eclipse.emf.common.util.EList<Expression> getExpressions()
Returns the value of the 'Expressions' containment reference list. The list contents are of type Expression.

If the meaning of the 'Expressions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expressions' containment reference list.
See Also:
DomPackage.getParenthesizedExpression_Expressions()


Copyright © 2013. All Rights Reserved.