Interface ParserRule

    • Method Detail

      • isDefinesHiddenTokens

        boolean isDefinesHiddenTokens()
        Returns the value of the 'Defines Hidden Tokens' attribute.

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

        Returns:
        the value of the 'Defines Hidden Tokens' attribute.
        See Also:
        setDefinesHiddenTokens(boolean), XtextPackage.getParserRule_DefinesHiddenTokens()
        Model:
        Generated:
      • setDefinesHiddenTokens

        void setDefinesHiddenTokens​(boolean value)
        Sets the value of the 'Defines Hidden Tokens' attribute.
        Parameters:
        value - the new value of the 'Defines Hidden Tokens' attribute.
        See Also:
        isDefinesHiddenTokens()
        Generated:
      • getHiddenTokens

        org.eclipse.emf.common.util.EList<AbstractRule> getHiddenTokens()
        Returns the value of the 'Hidden Tokens' reference list. The list contents are of type AbstractRule.

        If the meaning of the 'Hidden Tokens' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Hidden Tokens' reference list.
        See Also:
        XtextPackage.getParserRule_HiddenTokens()
        Model:
        Generated:
      • getParameters

        org.eclipse.emf.common.util.EList<Parameter> getParameters()
        Returns the value of the 'Parameters' containment reference list. The list contents are of type Parameter.

        If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Parameters' containment reference list.
        Since:
        2.9
        See Also:
        XtextPackage.getParserRule_Parameters()
        Model:
        containment="true"
        Generated:
      • 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.
        Since:
        2.9
        See Also:
        setFragment(boolean), XtextPackage.getParserRule_Fragment()
        Model:
        Generated:
      • setFragment

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

        boolean isWildcard()
        Returns the value of the 'Wildcard' attribute.

        A parser rule fragment may be considered a wildcard fragment. This means no particular EClassifier is derived from that fragment. Basically any kind of current may be passed into this rule fragment.

        Returns:
        the value of the 'Wildcard' attribute.
        Since:
        2.9

        See Also:
        setWildcard(boolean), XtextPackage.getParserRule_Wildcard()
        Model:
        Generated:
      • setWildcard

        void setWildcard​(boolean value)
        Sets the value of the 'Wildcard' attribute.
        Parameters:
        value - the new value of the 'Wildcard' attribute.
        Since:
        2.9
        See Also:
        isWildcard()
        Generated: