#include <antlr/config.hpp>
#include <antlr/RefCount.hpp>
#include <string>
Go to the source code of this file.
Compounds | |
class | Token |
Typedefs | |
typedef RefCount< Token > | RefToken |
Variables | |
ANTLR_API | Token |
ANTLR_API RefToken | nullToken |
|
|
|
|
|
A token is minimally a token type. Subclasses can add the text matched for the token and line info. |