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

Method visitPrefixexp

generated/LuaBaseVisitor.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 virtual antlrcpp::Any visitPrefixexp(LuaParser::PrefixexpContext *ctx) override {
115 return visitChildren(ctx);
116 }
117
118 virtual antlrcpp::Any visitVarOrExp(LuaParser::VarOrExpContext *ctx) override {
119 return visitChildren(ctx);

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected