Package org.basex.query.util.regex.parse
Interface TokenManager
- All Known Implementing Classes:
RegExLexer
public interface TokenManager
An implementation for this interface is generated by
JavaCCParser. The user is free to use any implementation
of their choice.
-
Method Summary
Modifier and TypeMethodDescriptionThis gets the next token from the input stream.
-
Method Details
-
getNextToken
Token getNextToken()This gets the next token from the input stream. A token of kind 0 (<EOF>) should be returned on EOF.- Returns:
- the next token
-