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

Method visitUnaryOperator

generated/LuaBaseVisitor.h:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 virtual antlrcpp::Any visitUnaryOperator(LuaParser::UnaryOperatorContext *ctx) override {
171 return visitChildren(ctx);
172 }
173
174 virtual antlrcpp::Any visitNumber(LuaParser::NumberContext *ctx) override {
175 return visitChildren(ctx);

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected