org.eclipse.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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList<SimpleExpression> getAdditionalExpressionPart()
          Returns the value of the 'Additional Expression Part' containment reference list.
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.ValueExpression
getSpecification, setSpecification
 
Methods inherited from interface org.eclipse.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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAdditionalExpressionPart

org.eclipse.emf.common.util.EList<SimpleExpression> 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()