| 2814 | //----------------- TableconstructorContext ------------------------------------------------------------------ |
| 2815 | |
| 2816 | LuaParser::TableconstructorContext::TableconstructorContext(ParserRuleContext *parent, size_t invokingState) |
| 2817 | : ParserRuleContext(parent, invokingState) { |
| 2818 | } |
| 2819 | |
| 2820 | tree::TerminalNode* LuaParser::TableconstructorContext::LB() { |
| 2821 | return getToken(LuaParser::LB, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected