AntlrTokenizer
, AnyTokenizer
, JavaCCTokenizer
, TokenizerBase
public interface Tokenizer
Tokenizes a source file into tokens consumable by CPD.
static void
tokenize(Tokenizer tokenizer, TextDocument textDocument, Tokens tokens)
Wraps a call to
tokenize(TextDocument, TokenFactory)
to properly create and close the token factory.
void
tokenize(TextDocument document, TokenFactory tokens)
Tokenize the source code and record tokens using the provided token factory.
void tokenize(TextDocument document, TokenFactory tokens) throws IOException
Tokenize the source code and record tokens using the provided token factory.
IOException
static void tokenize(Tokenizer tokenizer, TextDocument textDocument, Tokens tokens) throws IOException
Wraps a call to
tokenize(TextDocument, TokenFactory)
to properly create and close the token factory.
IOException
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4