| 2321 | //----------------- VarSuffixContext ------------------------------------------------------------------ |
| 2322 | |
| 2323 | LuaParser::VarSuffixContext::VarSuffixContext(ParserRuleContext *parent, size_t invokingState) |
| 2324 | : ParserRuleContext(parent, invokingState) { |
| 2325 | } |
| 2326 | |
| 2327 | tree::TerminalNode* LuaParser::VarSuffixContext::LSB() { |
| 2328 | return getToken(LuaParser::LSB, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected