org.eclipse.xtext
Interface ParserRule

All Superinterfaces:
AbstractRule, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ParserRuleImpl

public interface ParserRule
extends AbstractRule

A representation of the model object 'Parser Rule'.

The following features are supported:

See Also:
XtextPackage.getParserRule()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<AbstractRule> getHiddenTokens()
          Returns the value of the 'Hidden Tokens' reference list.
 boolean isDefinesHiddenTokens()
          Returns the value of the 'Defines Hidden Tokens' attribute
 void setDefinesHiddenTokens(boolean value)
          Sets the value of the 'Defines Hidden Tokens' attribute
 
Methods inherited from interface org.eclipse.xtext.AbstractRule
getAlternatives, getName, getType, setAlternatives, setName, setType
 
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

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()
EMF generated code
EMF model element

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()
EMF generated code

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()
EMF generated code
EMF model element