| 1909 | } |
| 1910 | |
| 1911 | LuaParser::PrefixexpContext* LuaParser::ExpContext::prefixexp() { |
| 1912 | return getRuleContext<LuaParser::PrefixexpContext>(0); |
| 1913 | } |
| 1914 | |
| 1915 | LuaParser::FunctiondefContext* LuaParser::ExpContext::functiondef() { |
| 1916 | return getRuleContext<LuaParser::FunctiondefContext>(0); |