Class ProtoParserVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.openrewrite.protobuf.internal.grammar.Protobuf2ParserBaseVisitor<Proto>
org.openrewrite.protobuf.internal.ProtoParserVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Proto>, Protobuf2ParserVisitor<Proto>

public class ProtoParserVisitor extends Protobuf2ParserBaseVisitor<Proto>