protected abstract class NonTerminalConsumer.MandatoryLoopElementConsumer<Element extends AbstractElement> extends NonTerminalConsumer.ElementConsumer<Element>
| Modifier | Constructor and Description |
|---|---|
protected |
NonTerminalConsumer.MandatoryLoopElementConsumer(Element element) |
| Modifier and Type | Method and Description |
|---|---|
int |
consume()
Scan the configured input source for a consumable element at the current offset.
|
int |
parseAgain(ParsedToken token) |
doConsume, getElement, getErrorMessageprotected NonTerminalConsumer.MandatoryLoopElementConsumer(Element element)
public int parseAgain(ParsedToken token) throws Exception
parseAgain in interface IParsedTokenSourceparseAgain in class NonTerminalConsumer.ElementConsumer<Element extends AbstractElement>Exceptionpublic final int consume()
throws Exception
IElementConsumerconsume in interface IElementConsumerconsume in class NonTerminalConsumer.ElementConsumer<Element extends AbstractElement>ExceptionCopyright © 2015. All Rights Reserved.