| 2897 | //----------------- FieldlistContext ------------------------------------------------------------------ |
| 2898 | |
| 2899 | LuaParser::FieldlistContext::FieldlistContext(ParserRuleContext *parent, size_t invokingState) |
| 2900 | : ParserRuleContext(parent, invokingState) { |
| 2901 | } |
| 2902 | |
| 2903 | std::vector<LuaParser::FieldContext *> LuaParser::FieldlistContext::field() { |
| 2904 | return getRuleContexts<LuaParser::FieldContext>(); |
nothing calls this directly
no outgoing calls
no test coverage detected