| 3077 | //----------------- FieldsepContext ------------------------------------------------------------------ |
| 3078 | |
| 3079 | LuaParser::FieldsepContext::FieldsepContext(ParserRuleContext *parent, size_t invokingState) |
| 3080 | : ParserRuleContext(parent, invokingState) { |
| 3081 | } |
| 3082 | |
| 3083 | tree::TerminalNode* LuaParser::FieldsepContext::COMMA() { |
| 3084 | return getToken(LuaParser::COMMA, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected