| 460 | } |
| 461 | |
| 462 | LuaParser::VarOrExpContext* LuaParser::FunctioncallContext::varOrExp() { |
| 463 | return getRuleContext<LuaParser::VarOrExpContext>(0); |
| 464 | } |
| 465 | |
| 466 | std::vector<LuaParser::NameAndArgsContext *> LuaParser::FunctioncallContext::nameAndArgs() { |
| 467 | return getRuleContexts<LuaParser::NameAndArgsContext>(); |
no outgoing calls
no test coverage detected