ANTLR Support Libraries 2.7.1+
|
#include <TokenWithIndex.hpp>
Public Member Functions | |
TokenWithIndex () | |
TokenWithIndex (int t, const std ::string &txt) | |
TokenWithIndex (const std ::string &s) | |
~TokenWithIndex () | |
void | setIndex (size_t idx) |
size_t | getIndex (void) const |
std::string | toString () const |
Static Public Member Functions | |
static RefToken | factory () |
Protected Attributes | |
size_t | index |
Private Member Functions | |
TokenWithIndex (const TokenWithIndex &) | |
const TokenWithIndex & | operator= (const TokenWithIndex &) |
|
inline |
|
inline |
|
private |
|
private |
|
inline |
|
protected |