Class HoistedSymbolVisitor

  • All Implemented Interfaces:
    TreeVisitor

    public class HoistedSymbolVisitor
    extends DoubleDispatchVisitor
    This visitor creates symbols for: - explicitly declared symbols (function declaration, local variable with var/let/const) - built-in symbols (this, arguments) - parameters - imported symbols