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

Method visitVarOrExp

generated/LuaBaseVisitor.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 virtual antlrcpp::Any visitVarOrExp(LuaParser::VarOrExpContext *ctx) override {
119 return visitChildren(ctx);
120 }
121
122 virtual antlrcpp::Any visitVar(LuaParser::VarContext *ctx) override {
123 return visitChildren(ctx);

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected