Interface TerminalRule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isFragment()
      Returns the value of the 'Fragment' attribute.
      void setFragment​(boolean value)
      Sets the value of the 'Fragment' 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 Detail

      • isFragment

        boolean isFragment()
        Returns the value of the 'Fragment' attribute.

        If the meaning of the 'Fragment' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Fragment' attribute.
        See Also:
        setFragment(boolean), XtextPackage.getTerminalRule_Fragment()
        Model:
        Generated:
      • setFragment

        void setFragment​(boolean value)
        Sets the value of the 'Fragment' attribute.
        Parameters:
        value - the new value of the 'Fragment' attribute.
        See Also:
        isFragment()
        Generated: