Uses of Class
io.opsit.explang.autosuggest.LanguageToken
-
Packages that use LanguageToken Package Description io.opsit.explang.autosuggest -
-
Uses of LanguageToken in io.opsit.explang.autosuggest
Fields in io.opsit.explang.autosuggest with type parameters of type LanguageToken Modifier and Type Field Description List<LanguageToken>Tokenization. tokensConstructor parameters in io.opsit.explang.autosuggest with type arguments of type LanguageToken Constructor Description Tokenization(List<LanguageToken> tokens, Integer tokenIndex, String token, int tokenPos)Construct Tokenization structure for parsed tokens.
-