Class RegionSymbolComputer

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Result>
com.github._1c_syntax.bsl.parser.BSLParserBaseVisitor<ParseTree>
com.github._1c_syntax.bsl.languageserver.context.computer.RegionSymbolComputer
All Implemented Interfaces:
Computer<List<RegionSymbol>>, BSLParserVisitor<ParseTree>, ParseTreeVisitor<ParseTree>

public final class RegionSymbolComputer extends BSLParserBaseVisitor<ParseTree> implements Computer<List<RegionSymbol>>