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, parseAgain
protected NonTerminalConsumer.LoopElementConsumer(Element element)
public final int consume() throws java.lang.Exception
IElementConsumer
consume
in interface IElementConsumer
consume
in class NonTerminalConsumer.ElementConsumer<Element extends AbstractElement>
java.lang.Exception