Class SDBLParserBaseListener

java.lang.Object
com.github._1c_syntax.bsl.parser.SDBLParserBaseListener
All Implemented Interfaces:
SDBLParserListener, ParseTreeListener

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