Class TomlParserVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Toml>
org.openrewrite.toml.internal.grammar.TomlParserBaseVisitor<Toml>
org.openrewrite.toml.internal.TomlParserVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Toml>, TomlParserVisitor<Toml>

public class TomlParserVisitor extends TomlParserBaseVisitor<Toml>