Interface OrExpression

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

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

    The following features are supported:

    See Also:
    XsemanticsPackage.getOrExpression()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getBranches()
      Returns the value of the 'Branches' containment 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 Detail

      • getBranches

        org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getBranches()
        Returns the value of the 'Branches' containment reference list. The list contents are of type XExpression.
        Returns:
        the value of the 'Branches' containment reference list.
        See Also:
        XsemanticsPackage.getOrExpression_Branches()