Class CfgBuildingParseTreeVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Result>
com.github._1c_syntax.bsl.parser.BSLParserBaseVisitor<ParseTree>
com.github._1c_syntax.bsl.languageserver.cfg.CfgBuildingParseTreeVisitor
All Implemented Interfaces:
BSLParserVisitor<ParseTree>, ParseTreeVisitor<ParseTree>

public class CfgBuildingParseTreeVisitor extends BSLParserBaseVisitor<ParseTree>