org.sintef.mofscript.MOFScriptModel
Interface SimpleExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, MOFScriptObject, org.eclipse.emf.common.notify.Notifier, ValueExpression
All Known Subinterfaces:
FunctionCall, Literal, Reference
All Known Implementing Classes:
FunctionCallImpl, LiteralImpl, ReferenceImpl, SimpleExpressionImpl

public interface SimpleExpression
extends ValueExpression

A representation of the model object 'Simple Expression'.

The following features are supported:

See Also:
MOFScriptModelPackage.getSimpleExpression()

Method Summary
 org.eclipse.emf.common.util.EList getAdditionalExpressionPart()
          Returns the value of the 'Additional Expression Part' containment reference list.
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.ValueExpression
getSpecification, setSpecification
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject
getColumn, getComment, getLine, setColumn, setLine
 
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

getAdditionalExpressionPart

org.eclipse.emf.common.util.EList getAdditionalExpressionPart()
Returns the value of the 'Additional Expression Part' containment reference list. The list contents are of type SimpleExpression.

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

Returns:
the value of the 'Additional Expression Part' containment reference list.
See Also:
MOFScriptModelPackage.getSimpleExpression_AdditionalExpressionPart()