MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / visitLinkOperator

Method visitLinkOperator

generated/LuaBaseVisitor.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 virtual antlrcpp::Any visitLinkOperator(LuaParser::LinkOperatorContext *ctx) override {
167 return visitChildren(ctx);
168 }
169
170 virtual antlrcpp::Any visitUnaryOperator(LuaParser::UnaryOperatorContext *ctx) override {
171 return visitChildren(ctx);

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected