Class Protobuf3BaseListener

java.lang.Object
com.hedera.pbj.compiler.impl.grammar.Protobuf3BaseListener
All Implemented Interfaces:
Protobuf3Listener, org.antlr.v4.runtime.tree.ParseTreeListener

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