| 191 | } |
| 192 | |
| 193 | LuaParser::FunctioncallContext* LuaParser::StatContext::functioncall() { |
| 194 | return getRuleContext<LuaParser::FunctioncallContext>(0); |
| 195 | } |
| 196 | |
| 197 | LuaParser::LabelContext* LuaParser::StatContext::label() { |
| 198 | return getRuleContext<LuaParser::LabelContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected