| 1881 | //----------------- ExpContext ------------------------------------------------------------------ |
| 1882 | |
| 1883 | LuaParser::ExpContext::ExpContext(ParserRuleContext *parent, size_t invokingState) |
| 1884 | : ParserRuleContext(parent, invokingState) { |
| 1885 | } |
| 1886 | |
| 1887 | tree::TerminalNode* LuaParser::ExpContext::NIL() { |
| 1888 | return getToken(LuaParser::NIL, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected