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

Method visitExp

generated/LuaBaseVisitor.h:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 virtual antlrcpp::Any visitExp(LuaParser::ExpContext *ctx) override {
111 return visitChildren(ctx);
112 }
113
114 virtual antlrcpp::Any visitPrefixexp(LuaParser::PrefixexpContext *ctx) override {
115 return visitChildren(ctx);

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected