public static class AbstractIngesterFormatter.Literal extends Object implements AbstractIngesterFormatter.FormatterElement
| Constructor and Description |
|---|
Literal(String literal,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(Queue<org.antlr.v4.runtime.Token> tokenQueue,
AbstractIngesterFormatter.AbstractWrapper point)
Consume tokens from the queue.
|
public Literal(String literal, boolean caseSensitive)
public void consume(Queue<org.antlr.v4.runtime.Token> tokenQueue, AbstractIngesterFormatter.AbstractWrapper point)
AbstractIngesterFormatter.FormatterElementconsume in interface AbstractIngesterFormatter.FormatterElementCopyright © 2017. All rights reserved.