Class VariableSymbolComputer

All Implemented Interfaces:
Computer<List<VariableSymbol>>, BSLParserVisitor<ParseTree>, ParseTreeVisitor<ParseTree>

public class VariableSymbolComputer extends BSLParserBaseVisitor<ParseTree> implements Computer<List<VariableSymbol>>
Вычислитель символов переменных.

Анализирует AST и создает символы для всех переменных в модуле: параметров, локальных переменных, переменных уровня модуля.