Class SDBLParserBaseVisitor<Result>

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

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