Interface TreeVisitorContext

    • Method Detail

      • getTopTree

        ScriptTree getTopTree()
        Returns:
        the top tree node of the current file AST representation.
      • getJavaScriptFile

        JavaScriptFile getJavaScriptFile()
        Returns:
        the current file
      • getSymbolModel

        SymbolModel getSymbolModel()
        Returns:
        the symbol model that allows to access the symbols declared in the current file