| 2242 | } |
| 2243 | |
| 2244 | std::vector<LuaParser::VarSuffixContext *> LuaParser::VarContext::varSuffix() { |
| 2245 | return getRuleContexts<LuaParser::VarSuffixContext>(); |
| 2246 | } |
| 2247 | |
| 2248 | LuaParser::VarSuffixContext* LuaParser::VarContext::varSuffix(size_t i) { |
| 2249 | return getRuleContext<LuaParser::VarSuffixContext>(i); |
no outgoing calls
no test coverage detected