protected static class DataTypeGrammarParser.ListPattern extends Object implements DataTypeGrammarParser.Pattern
| Constructor and Description |
|---|
ListPattern() |
ListPattern(String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
determineFirstTokens(Consumer<String> tokens) |
boolean |
match(TokenStream stream,
DataTypeBuilder builder,
Consumer<ParsingException> error) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisOptionalprivate final String delimiter
public ListPattern()
public ListPattern(String delimiter)
public boolean match(TokenStream stream, DataTypeBuilder builder, Consumer<ParsingException> error)
match in interface DataTypeGrammarParser.Patternpublic boolean determineFirstTokens(Consumer<String> tokens)
determineFirstTokens in interface DataTypeGrammarParser.PatternCopyright © 2018 JBoss by Red Hat. All rights reserved.