Class BSLParserBaseVisitor<Result>

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Result>
com.github._1c_syntax.bsl.parser.BSLParserBaseVisitor<Result>
Type Parameters:
Result - The return type of the visit operation. Use Void for operations with no return type.
All Implemented Interfaces:
BSLParserVisitor<Result>, ParseTreeVisitor<Result>

public class BSLParserBaseVisitor<Result> extends AbstractParseTreeVisitor<Result> implements BSLParserVisitor<Result>
This class provides an empty implementation of BSLParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.