| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.ddl | |
| io.debezium.text | |
| io.debezium.util |
| Modifier and Type | Method and Description |
|---|---|
void |
TableIdParser.TableIdTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ParsingException> |
AbstractDdlParser.accumulateParsingFailure(MultipleParsingExceptions e,
Collection<ParsingException> list)
Utility method to accumulate a parsing exception.
|
static Collection<ParsingException> |
AbstractDdlParser.accumulateParsingFailure(ParsingException e,
Collection<ParsingException> list)
Utility method to accumulate a parsing exception.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ParsingException> |
AbstractDdlParser.accumulateParsingFailure(ParsingException e,
Collection<ParsingException> list)
Utility method to accumulate a parsing exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ParsingException> |
AbstractDdlParser.accumulateParsingFailure(MultipleParsingExceptions e,
Collection<ParsingException> list)
Utility method to accumulate a parsing exception.
|
static Collection<ParsingException> |
AbstractDdlParser.accumulateParsingFailure(ParsingException e,
Collection<ParsingException> list)
Utility method to accumulate a parsing exception.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<ParsingException> |
MultipleParsingExceptions.errors |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParsingException> |
MultipleParsingExceptions.getErrors()
Get the set of parsing exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleParsingExceptions.forEachError(Consumer<ParsingException> action) |
| Modifier and Type | Method and Description |
|---|---|
String |
TokenStream.consume()
Return the value of this token and move to the next token.
|
TokenStream |
TokenStream.consume(char expected)
Attempt to consume this current token as long as it matches the expected character, or throw an exception if the token does
not match.
|
TokenStream |
TokenStream.consume(int expectedType)
Attempt to consume this current token as long as it matches the expected character, or throw an exception if the token does
not match.
|
TokenStream |
TokenStream.consume(Iterable<String> nextTokens)
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception
if the token does not match.
|
TokenStream |
TokenStream.consume(String expected)
Attempt to consume this current token as long as it matches the expected value, or throw an exception if the token does not
match.
|
TokenStream |
TokenStream.consume(String[] nextTokens)
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception
if the token does not match.
|
TokenStream |
TokenStream.consume(String expected,
String... expectedForNextTokens)
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception
if the token does not match.
|
TokenStream |
TokenStream.consumeThrough(char expected)
Attempt to consume all tokens until the specified token is consumed, and then stop.
|
TokenStream |
TokenStream.consumeThrough(char expected,
char skipMatchingTokens)
Attempt to consume all tokens until the specified token is consumed, and then stop.
|
TokenStream |
TokenStream.consumeThrough(String expected)
Attempt to consume all tokens until the specified token is consumed, and then stop.
|
TokenStream |
TokenStream.consumeThrough(String expected,
String skipMatchingTokens)
Attempt to consume all tokens until the specified token is consumed, and then stop.
|
TokenStream |
TokenStream.consumeUntil(char expected)
Attempt to consume all tokens until the specified token is found, and then stop before consuming that token.
|
TokenStream |
TokenStream.consumeUntil(char expected,
char skipMatchingTokens)
Attempt to consume all tokens until the specified token is found, and then stop before consuming that token.
|
TokenStream |
TokenStream.consumeUntil(String expected)
Attempt to consume all tokens until the specified token is found, and then stop before consuming that token.
|
TokenStream |
TokenStream.consumeUntil(String expected,
String... skipMatchingTokens)
Attempt to consume all tokens until the specified token is found, and then stop before consuming that token.
|
TokenStream |
TokenStream.consumeUntilEndOrOneOf(String... stopTokens)
Consume the token stream until one of the stop tokens or the end of the stream is found.
|
TokenStream |
TokenStream.start()
Begin the token stream, including (if required) the tokenization of the input content.
|
protected void |
TokenStream.throwNoMoreContent() |
void |
TokenStream.Tokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate
TokenStream.Token objects. |
void |
TokenStream.BasicTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens) |
| Constructor and Description |
|---|
MultipleParsingExceptions(Collection<ParsingException> errors) |
MultipleParsingExceptions(String message,
Collection<ParsingException> errors) |
| Modifier and Type | Method and Description |
|---|---|
void |
Strings.RegExSplitter.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.