Class BSLParserBaseListener

java.lang.Object
com.github._1c_syntax.bsl.parser.BSLParserBaseListener
All Implemented Interfaces:
BSLParserListener, ParseTreeListener

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