Interface Expression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BinaryExpression,BooleanLiteral,Case,CaseBody,DateLiteral,EmptyExpression,ExpressionWithAlias,ExpressionWithDistinct,Field,Function,Ident,InList,IsNull,Like,Literal,NullLiteral,NumberLiteral,Parameter,StringLiteral,TypeLiteral,UnaryExpression,UndefinedLiteral,ValueLiteral
- All Known Implementing Classes:
BinaryExpressionImpl,BooleanLiteralImpl,CaseBodyImpl,CaseImpl,DateLiteralImpl,EmptyExpressionImpl,ExpressionImpl,ExpressionWithAliasImpl,ExpressionWithDistinctImpl,FieldImpl,FunctionImpl,IdentImpl,InListImpl,IsNullImpl,LikeImpl,LiteralImpl,NullLiteralImpl,NumberLiteralImpl,ParameterImpl,StringLiteralImpl,TypeLiteralImpl,UnaryExpressionImpl,UndefinedLiteralImpl,ValueLiteralImpl
public interface Expression
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Expression'.
The following features are supported:
- See Also:
-
Method Summary
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