All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xtext.ParserRule Maven / Gradle / Ivy

/**
 * 
 * 
 *
 * $Id: ParserRule.java,v 1.15 2010/04/06 14:10:20 sefftinge Exp $
 */
package org.eclipse.xtext;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Parser Rule'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.ParserRule#isDefinesHiddenTokens Defines Hidden Tokens}
  • *
  • {@link org.eclipse.xtext.ParserRule#getHiddenTokens Hidden Tokens}
  • *
*

* * @see org.eclipse.xtext.XtextPackage#getParserRule() * @model * @generated */ public interface ParserRule extends AbstractRule { /** * 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... *

* * @return the value of the 'Defines Hidden Tokens' attribute. * @see #setDefinesHiddenTokens(boolean) * @see org.eclipse.xtext.XtextPackage#getParserRule_DefinesHiddenTokens() * @model * @generated */ boolean isDefinesHiddenTokens(); /** * Sets the value of the '{@link org.eclipse.xtext.ParserRule#isDefinesHiddenTokens Defines Hidden Tokens}' attribute. * * * @param value the new value of the 'Defines Hidden Tokens' attribute. * @see #isDefinesHiddenTokens() * @generated */ void setDefinesHiddenTokens(boolean value); /** * Returns the value of the 'Hidden Tokens' reference list. * The list contents are of type {@link org.eclipse.xtext.AbstractRule}. * *

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

* * @return the value of the 'Hidden Tokens' reference list. * @see org.eclipse.xtext.XtextPackage#getParserRule_HiddenTokens() * @model * @generated */ EList getHiddenTokens(); } // ParserRule




© 2015 - 2025 Weber Informatics LLC | Privacy Policy