Package io.debezium.relational
Class TableIdParser.TableIdTokenizer
java.lang.Object
io.debezium.relational.TableIdParser.TableIdTokenizer
- All Implemented Interfaces:
TokenStream.Tokenizer
- Enclosing class:
- TableIdParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens) Process the supplied characters and construct the appropriateTokenStream.Tokenobjects.
-
Field Details
-
identifier
-
predicates
-
-
Constructor Details
-
TableIdTokenizer
-
-
Method Details
-
tokenize
public void tokenize(TokenStream.CharacterStream input, TokenStream.Tokens tokens) throws ParsingException Description copied from interface:TokenStream.TokenizerProcess the supplied characters and construct the appropriateTokenStream.Tokenobjects.- Specified by:
tokenizein interfaceTokenStream.Tokenizer- Parameters:
input- the character input stream; never nulltokens- the factory forTokenStream.Tokenobjects, which records the order in which the tokens are created- Throws:
ParsingException- if there is an error while processing the character stream (e.g., a quote is not closed, etc.)
-