| Package | Description |
|---|---|
| org.sonar.javascript.tree | |
| org.sonar.javascript.tree.impl |
Provides implementation of interfaces that represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
KindSet |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KindSet.contains(Kinds other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaScriptTree.is(Kinds... kind) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Tree.Kind |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Tree.Kind.contains(Kinds other) |
boolean |
Kinds.contains(Kinds other) |
boolean |
Tree.is(Kinds... kind) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.