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, NUMBER = 13,
17 TIME = 14, IDENTIFIER = 15, COMPARISON = 16, WS = 17
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();