org.basex.query.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
 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