public static class AbstractIngesterFormatter.GuardedLoop extends Object implements AbstractIngesterFormatter.FormatterElement
AbstractIngesterFormatter.Loop, but expects a configurable non-whitespace Token| Constructor and Description |
|---|
GuardedLoop(AbstractIngesterFormatter.FormatterElement element,
int acceptedToken,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
AbstractIngesterFormatter.AbstractWrapper point)
Consume tokens from the queue.
|
public GuardedLoop(AbstractIngesterFormatter.FormatterElement element, int acceptedToken, boolean optional)
public void consume(Queue<org.antlr.v4.runtime.Token> tokenQueue, AbstractIngesterFormatter.AbstractWrapper point)
AbstractIngesterFormatter.FormatterElementconsume in interface AbstractIngesterFormatter.FormatterElementCopyright © 2017. All rights reserved.