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

Method FormatVisitor

src/FormatVisitor.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class FormatVisitor : public LuaBaseVisitor {
14 public:
15 FormatVisitor(const std::vector<Token*>& tokens, const Config& config) : tokens_(tokens), config_(config) {}
16
17 antlrcpp::Any visitChunk(LuaParser::ChunkContext* context) override;
18 antlrcpp::Any visitBlock(LuaParser::BlockContext* context) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected