Doxygen
|
An implementation for this interface is generated by JavaCCParser. 更多...
#include <TokenManager.h>
Public 成员函数 | |
virtual | ~TokenManager () |
This gets the next token from the input stream. 更多... | |
virtual Token * | getNextToken ()=0 |
virtual void | setParser (void *parser) |
virtual void | lexicalError () |
An implementation for this interface is generated by JavaCCParser.
The user is free to use any implementation of their choice.
在文件 TokenManager.h 第 18 行定义.
|
inlinevirtual |
This gets the next token from the input stream.
A token of kind 0 (<EOF>) should be returned on EOF.
在文件 TokenManager.h 第 23 行定义.
|
pure virtual |
|
inlinevirtual |
在文件 TokenManager.h 第 26 行定义.
|
inlinevirtual |
在文件 TokenManager.h 第 25 行定义.