Class AfxParserBaseListener

java.lang.Object
io.neos.fusion4j.lang.antlr.AfxParserBaseListener
All Implemented Interfaces:
AfxParserListener, org.antlr.v4.runtime.tree.ParseTreeListener

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