Class Python3BaseListener

java.lang.Object
de.jplag.python3.grammar.Python3BaseListener
All Implemented Interfaces:
Python3Listener, org.antlr.v4.runtime.tree.ParseTreeListener
Direct Known Subclasses:
JplagPython3Listener

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.