Interface HintedExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
HintedExpressionImpl

public interface HintedExpression extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Hinted Expression'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression
    Returns the value of the 'Ex' containment reference.
    Returns the value of the 'Hint' attribute.
    void
    setEx(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value)
    Sets the value of the 'Ex' containment reference.
    void
    setHint(String value)
    Sets the value of the 'Hint' attribute.

    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

    • getEx

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getEx()
      Returns the value of the 'Ex' containment reference.
      Returns:
      the value of the 'Ex' containment reference.
      See Also:
    • setEx

      void setEx(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value)
      Sets the value of the 'Ex' containment reference.
      Parameters:
      value - the new value of the 'Ex' containment reference.
      See Also:
    • getHint

      String getHint()
      Returns the value of the 'Hint' attribute.
      Returns:
      the value of the 'Hint' attribute.
      See Also:
    • setHint

      void setHint(String value)
      Sets the value of the 'Hint' attribute.
      Parameters:
      value - the new value of the 'Hint' attribute.
      See Also: