Class JSONBaseListener

  • All Implemented Interfaces:
    JSONListener, org.antlr.v4.runtime.tree.ParseTreeListener

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