| 1921 | } |
| 1922 | |
| 1923 | LuaParser::UnaryOperatorContext* LuaParser::ExpContext::unaryOperator() { |
| 1924 | return getRuleContext<LuaParser::UnaryOperatorContext>(0); |
| 1925 | } |
| 1926 | |
| 1927 | std::vector<LuaParser::ExpContext *> LuaParser::ExpContext::exp() { |
| 1928 | return getRuleContexts<LuaParser::ExpContext>(); |