org.eclipse.mofscript.MOFScriptModel
Interface Expression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ArithmeticExpression, ComparisonExpression, CreateExpression, FunctionCall, Literal, LogicalExpression, Reference, SelectExpression, SimpleExpression, ValueExpression
All Known Implementing Classes:
ArithmeticExpressionImpl, ComparisonExpressionImpl, CreateExpressionImpl, ExpressionImpl, FunctionCallImpl, LiteralImpl, LogicalExpressionImpl, ReferenceImpl, SelectExpressionImpl, SimpleExpressionImpl, ValueExpressionImpl

public interface Expression
extends MOFScriptObject

A representation of the model object 'Expression'.

See Also:
MOFScriptModelPackage.getExpression()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 
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