Class CSharpPreprocessorParserBaseListener

java.lang.Object
de.jplag.csharp.grammar.CSharpPreprocessorParserBaseListener
All Implemented Interfaces:
CSharpPreprocessorParserListener, org.antlr.v4.runtime.tree.ParseTreeListener

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