Uses of Class
eu.svjatoslav.commons.string.tokenizer.TokenizerMatch
Packages that use TokenizerMatch
Package
Description
Provides a regex-based tokenizer for parsing structured text.
-
Uses of TokenizerMatch in eu.svjatoslav.commons.string.tokenizer
Methods in eu.svjatoslav.commons.string.tokenizer that return TokenizerMatchModifier and TypeMethodDescriptionTokenizer.expectAndConsumeNextTerminatorToken(Terminator terminator) Consumes the next token and verifies it was matched by the expected terminator.Tokenizer.findTerminatorMatch()Finds a terminator that matches at the current position.Tokenizer.getNextToken()Returns the next token from the source string.Tokenizer.peekNextToken()Returns the next token without consuming it.