Class Python3ParserBaseListener

java.lang.Object
de.jplag.python3.grammar.Python3ParserBaseListener
All Implemented Interfaces:
Python3ParserListener, org.antlr.v4.runtime.tree.ParseTreeListener

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