| 187 | } |
| 188 | |
| 189 | LuaParser::VarDeclContext* LuaParser::StatContext::varDecl() { |
| 190 | return getRuleContext<LuaParser::VarDeclContext>(0); |
| 191 | } |
| 192 | |
| 193 | LuaParser::FunctioncallContext* LuaParser::StatContext::functioncall() { |
| 194 | return getRuleContext<LuaParser::FunctioncallContext>(0); |
nothing calls this directly
no outgoing calls
no test coverage detected