Class Python3BaseListener

java.lang.Object
net.lizhao.scriq.py.Python3BaseListener
All Implemented Interfaces:
Python3Listener, org.antlr.v4.runtime.tree.ParseTreeListener

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