Class CPP14ParserBaseListener

java.lang.Object
de.jplag.cpp.grammar.CPP14ParserBaseListener
All Implemented Interfaces:
CPP14ParserListener, org.antlr.v4.runtime.tree.ParseTreeListener

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