| 3135 | //----------------- LinkOperatorContext ------------------------------------------------------------------ |
| 3136 | |
| 3137 | LuaParser::LinkOperatorContext::LinkOperatorContext(ParserRuleContext *parent, size_t invokingState) |
| 3138 | : ParserRuleContext(parent, invokingState) { |
| 3139 | } |
| 3140 | |
| 3141 | tree::TerminalNode* LuaParser::LinkOperatorContext::LT() { |
| 3142 | return getToken(LuaParser::LT, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected