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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Token
getNextToken()
This gets the next token from the input stream.
-
-
-
Method Detail
-
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
-
-