Class Protobuf2ParserBaseListener

java.lang.Object
org.openrewrite.protobuf.internal.grammar.Protobuf2ParserBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, Protobuf2ParserListener

public class Protobuf2ParserBaseListener extends Object implements Protobuf2ParserListener
This class provides an empty implementation of Protobuf2ParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.