Interface Fail

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.xtext.xbase.XExpression
    All Known Implementing Classes:
    FailImpl

    public interface Fail
    extends org.eclipse.xtext.xbase.XExpression
    A representation of the model object 'Fail'.

    The following features are supported:

    See Also:
    XsemanticsPackage.getFail()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XExpression getError()
      Returns the value of the 'Error' containment reference.
      void setError​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Error' containment reference.
      • 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 Detail

      • setError

        void setError​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Error' containment reference.
        Parameters:
        value - the new value of the 'Error' containment reference.
        See Also:
        getError()