protected abstract class NonTerminalConsumer.LoopElementConsumer<Element extends AbstractElement> extends NonTerminalConsumer.ElementConsumer<Element>
| Modifier | Constructor and Description |
|---|---|
protected |
NonTerminalConsumer.LoopElementConsumer(Element element) |
| Modifier and Type | Method and Description |
|---|---|
int |
consume()
Scan the configured input source for a consumable element at the current offset.
|
doConsume, getElement, getErrorMessage, parseAgainprotected NonTerminalConsumer.LoopElementConsumer(Element element)
public final int consume()
throws java.lang.Exception
IElementConsumerconsume in interface IElementConsumerconsume in class NonTerminalConsumer.ElementConsumer<Element extends AbstractElement>java.lang.Exception