Class NonTerminalConsumer.LoopUnorderedGroupConsumer
- java.lang.Object
-
- org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.ElementConsumer<Element>
-
- org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopElementConsumer<UnorderedGroup>
-
- org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopUnorderedGroupConsumer
-
- All Implemented Interfaces:
IElementConsumer,IFurtherParsable.Source<UnorderedGroupToken>,IParsedTokenSource
- Enclosing class:
- NonTerminalConsumer
protected abstract class NonTerminalConsumer.LoopUnorderedGroupConsumer extends NonTerminalConsumer.LoopElementConsumer<UnorderedGroup> implements IFurtherParsable.Source<UnorderedGroupToken>
-
-
Constructor Summary
Constructors Constructor Description LoopUnorderedGroupConsumer(UnorderedGroup element)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected intdoConsume(boolean optional)protected abstract voiddoGetConsumers(NonTerminalConsumer.ConsumerAcceptor acceptor)protected IElementConsumer[]getConsumers()intparseFurther(IFurtherParsable<UnorderedGroupToken> token)-
Methods inherited from class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.LoopElementConsumer
consume
-
Methods inherited from class org.eclipse.xtext.parser.packrat.consumers.NonTerminalConsumer.ElementConsumer
getElement, getErrorMessage, parseAgain
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.xtext.parser.packrat.tokens.IParsedTokenSource
parseAgain
-
-
-
-
Constructor Detail
-
LoopUnorderedGroupConsumer
public LoopUnorderedGroupConsumer(UnorderedGroup element)
-
-
Method Detail
-
doConsume
protected final int doConsume(boolean optional) throws java.lang.Exception- Specified by:
doConsumein classNonTerminalConsumer.ElementConsumer<UnorderedGroup>- Throws:
java.lang.Exception
-
getConsumers
protected final IElementConsumer[] getConsumers()
-
parseFurther
public int parseFurther(IFurtherParsable<UnorderedGroupToken> token) throws java.lang.Exception
- Specified by:
parseFurtherin interfaceIFurtherParsable.Source<UnorderedGroupToken>- Throws:
java.lang.Exception
-
doGetConsumers
protected abstract void doGetConsumers(NonTerminalConsumer.ConsumerAcceptor acceptor)
-
-