Package | Description |
---|---|
io.debezium.text |
Modifier and Type | Class and Description |
---|---|
protected class |
TokenStream.CaseInsensitiveToken |
protected class |
TokenStream.CaseSensitiveToken
An immutable
TokenStream.Token that implements matching using case-sensitive logic. |
Modifier and Type | Field and Description |
---|---|
private TokenStream.Token |
TokenStream.currentToken |
Modifier and Type | Field and Description |
---|---|
private ListIterator<TokenStream.Token> |
TokenStream.tokenIterator
This class navigates the Token objects using this iterator.
|
private List<TokenStream.Token> |
TokenStream.tokens |
protected List<TokenStream.Token> |
TokenStream.TokenFactory.tokens |
Modifier and Type | Method and Description |
---|---|
(package private) TokenStream.Token |
TokenStream.currentToken()
Get the current token.
|
TokenStream.Token |
TokenStream.previousToken(int count)
Get the previous token.
|
TokenStream.Token |
TokenStream.Token.withType(int typeMask)
Bitmask ORed with existing type value.
|
TokenStream.Token |
TokenStream.CaseSensitiveToken.withType(int typeMask) |
TokenStream.Token |
TokenStream.CaseInsensitiveToken.withType(int typeMask) |
Modifier and Type | Method and Description |
---|---|
List<TokenStream.Token> |
TokenStream.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.