@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| SymbolModelBuilder |
| Class | Description |
|---|---|
| HoistedSymbolVisitor |
This visitor creates symbols for:
- explicitly declared symbols (function declaration, local variable with var/let/const)
- built-in symbols (this, arguments)
- parameters
- imported symbols
|
| Scope | |
| ScopeVisitor |
This visitor creates scopes.
|
| SymbolModelImpl | |
| SymbolVisitor |
This visitor creates new symbols for not hoisted variables (like class name) and implicitly declared variables (declared without keyword).
|
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.