public interface ParserRule extends AbstractRule
The following features are supported:
XtextPackage.getParserRule()| Modifier and Type | Method and Description |
|---|---|
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 |
getAlternatives, getName, getType, setAlternatives, setName, setTypeboolean isDefinesHiddenTokens()
If the meaning of the 'Defines Hidden Tokens' attribute isn't clear, there really should be more of a description here...
setDefinesHiddenTokens(boolean),
XtextPackage.getParserRule_DefinesHiddenTokens()void setDefinesHiddenTokens(boolean value)
Defines Hidden Tokens' attribute.
value - the new value of the 'Defines Hidden Tokens' attribute.isDefinesHiddenTokens()org.eclipse.emf.common.util.EList<AbstractRule> getHiddenTokens()
AbstractRule.
If the meaning of the 'Hidden Tokens' reference list isn't clear, there really should be more of a description here...
XtextPackage.getParserRule_HiddenTokens()Copyright © 2015. All Rights Reserved.