Class MethodSymbolComputer

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.MethodSymbolComputer
All Implemented Interfaces:
Computer<List<MethodSymbol>>, BSLParserVisitor<ParseTree>, ParseTreeVisitor<ParseTree>

public final class MethodSymbolComputer extends BSLParserBaseVisitor<ParseTree> implements Computer<List<MethodSymbol>>