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

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<TypeItem>
    org.eclipse.emf.common.util.EList<TypeItem>
    Returns the value of the 'Types' reference list.

    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
  • Method Details

    • getTypes

      org.eclipse.emf.common.util.EList<TypeItem> getTypes()
      Returns the value of the 'Types' reference list. The list contents are of type TypeItem.
      Returns:
      the value of the 'Types' reference list.
      See Also:
    • getRetValTypes

      org.eclipse.emf.common.util.EList<TypeItem> getRetValTypes()