Uses of Interface
org.sonar.plugins.javascript.api.visitors.TreeVisitor
-
Packages that use TreeVisitor Package Description org.sonar.javascript.se org.sonar.javascript.tree.symbols org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.visitors -
-
Uses of TreeVisitor in org.sonar.javascript.se
Classes in org.sonar.javascript.se that implement TreeVisitor Modifier and Type Class Description classSeChecksDispatcherThis class is in charge of initializing of symbolic execution and notifyingSeCheckof the events in symbolic execution (like start, end etc.) -
Uses of TreeVisitor in org.sonar.javascript.tree.symbols
Classes in org.sonar.javascript.tree.symbols that implement TreeVisitor Modifier and Type Class Description classHoistedSymbolVisitorThis visitor creates symbols for: - explicitly declared symbols (function declaration, local variable with var/let/const) - built-in symbols (this, arguments) - parameters - imported symbolsclassScopeVisitorThis visitor creates scopes.classSymbolVisitorThis visitor creates new symbols for not hoisted variables (like class name) and implicitly declared variables (declared without keyword). -
Uses of TreeVisitor in org.sonar.javascript.tree.symbols.type
Classes in org.sonar.javascript.tree.symbols.type that implement TreeVisitor Modifier and Type Class Description classTypeVisitor -
Uses of TreeVisitor in org.sonar.plugins.javascript.api.visitors
Classes in org.sonar.plugins.javascript.api.visitors that implement TreeVisitor Modifier and Type Class Description classDoubleDispatchVisitorclassDoubleDispatchVisitorCheckclassSubscriptionVisitorclassSubscriptionVisitorCheck
-