Maker &maker
);
public: string datavalue();
+ public: int64_t timestamp();
public: string stringvalue();
public: string pathstring();
public:
private:
static const char* tokenNames[];
#ifndef NO_STATIC_CONSTS
- static const int NUM_TOKENS = 58;
+ static const int NUM_TOKENS = 62;
#else
enum {
- NUM_TOKENS = 58
+ NUM_TOKENS = 62
};
#endif
static const antlr::BitSet _tokenSet_16;
static const unsigned long _tokenSet_17_data_[];
static const antlr::BitSet _tokenSet_17;
+ static const unsigned long _tokenSet_18_data_[];
+ static const antlr::BitSet _tokenSet_18;
};
ANTLR_END_NAMESPACE