| 1913 | } |
| 1914 | |
| 1915 | LuaParser::FunctiondefContext* LuaParser::ExpContext::functiondef() { |
| 1916 | return getRuleContext<LuaParser::FunctiondefContext>(0); |
| 1917 | } |
| 1918 | |
| 1919 | LuaParser::TableconstructorContext* LuaParser::ExpContext::tableconstructor() { |
| 1920 | return getRuleContext<LuaParser::TableconstructorContext>(0); |