| Package | Description |
|---|---|
| org.sonar.javascript.se | |
| org.sonar.plugins.javascript.api.symbols |
| Modifier and Type | Method and Description |
|---|---|
Usage |
LiveVariableAnalysis.Usages.getUsage(Tree element) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LiveVariableAnalysis.isRead(Usage usage) |
static boolean |
LiveVariableAnalysis.isWrite(Usage usage) |
| Modifier and Type | Method and Description |
|---|---|
static Usage |
Usage.create(IdentifierTree symbolTree,
Usage.Kind kind) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Usage> |
Symbol.usages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Symbol.addUsage(Usage usage) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.