7 #include "antlr4-runtime.h"
15 T__0 = 1, T__1 = 2, T__2 = 3, T__3 = 4, T__4 = 5, T__5 = 6, T__6 = 7,
16 T__7 = 8, T__8 = 9, T__9 = 10, T__10 = 11, T__11 = 12, T__12 = 13, T__13 = 14,
17 NUMBER = 15, TIME = 16, IDENTIFIER = 17, COMPARISON = 18, WS = 19
20 explicit ExprLexer(antlr4::CharStream *input);
25 std::string getGrammarFileName()
const override;
27 const std::vector<std::string>& getRuleNames()
const override;
29 const std::vector<std::string>& getChannelNames()
const override;
31 const std::vector<std::string>& getModeNames()
const override;
33 const antlr4::dfa::Vocabulary& getVocabulary()
const override;
35 antlr4::atn::SerializedATNView getSerializedATN()
const override;
37 const antlr4::atn::ATN& getATN()
const override;
42 static void initialize();
Definition: ExprLexer.h:12