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 Type
    Method
    Description
    This 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