| 2155 | } |
| 2156 | |
| 2157 | tree::TerminalNode* LuaParser::VarOrExpContext::LP() { |
| 2158 | return getToken(LuaParser::LP, 0); |
| 2159 | } |
| 2160 | |
| 2161 | LuaParser::ExpContext* LuaParser::VarOrExpContext::exp() { |
| 2162 | return getRuleContext<LuaParser::ExpContext>(0); |
no outgoing calls
no test coverage detected