| 1749 | //----------------- AttribContext ------------------------------------------------------------------ |
| 1750 | |
| 1751 | LuaParser::AttribContext::AttribContext(ParserRuleContext *parent, size_t invokingState) |
| 1752 | : ParserRuleContext(parent, invokingState) { |
| 1753 | } |
| 1754 | |
| 1755 | tree::TerminalNode* LuaParser::AttribContext::LT() { |
| 1756 | return getToken(LuaParser::LT, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected