Uses of Interface
io.debezium.text.TokenStream.Token
Packages that use TokenStream.Token
-
Uses of TokenStream.Token in io.debezium.text
Classes in io.debezium.text that implement TokenStream.TokenModifier and TypeClassDescriptionprotected classprotected classAn immutableTokenStream.Tokenthat implements matching using case-sensitive logic.Fields in io.debezium.text declared as TokenStream.TokenFields in io.debezium.text with type parameters of type TokenStream.TokenModifier and TypeFieldDescriptionprivate ListIterator<TokenStream.Token>TokenStream.tokenIteratorThis class navigates the Token objects using this iterator.protected final List<TokenStream.Token>TokenStream.TokenFactory.tokensprivate List<TokenStream.Token>TokenStream.tokensMethods in io.debezium.text that return TokenStream.TokenModifier and TypeMethodDescription(package private) final TokenStream.TokenTokenStream.currentToken()Get the current token.final TokenStream.TokenTokenStream.previousToken(int count) Get the previous token.TokenStream.CaseInsensitiveToken.withType(int typeMask) TokenStream.CaseSensitiveToken.withType(int typeMask) TokenStream.Token.withType(int typeMask) Bitmask ORed with existing type value.Methods in io.debezium.text that return types with arguments of type TokenStream.TokenModifier and TypeMethodDescriptionTokenStream.TokenFactory.getTokens()protected List<TokenStream.Token>TokenStream.initializeTokens(List<TokenStream.Token> tokens) Method to allow subclasses to pre-process the set of tokens and return the correct tokens to use.Method parameters in io.debezium.text with type arguments of type TokenStream.TokenModifier and TypeMethodDescriptionprotected List<TokenStream.Token>TokenStream.initializeTokens(List<TokenStream.Token> tokens) Method to allow subclasses to pre-process the set of tokens and return the correct tokens to use.private voidTokenStream.moveToNextToken(List<TokenStream.Token> newTokens)