| Package | Description |
|---|---|
| org.sonar.javascript.ast.visitors | |
| org.sonar.javascript.model.internal.lexical | |
| org.sonar.plugins.javascript.api.tree.lexical |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionAstTreeVisitor.visitTrivia(SyntaxTrivia syntaxTrivia) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSyntaxTrivia |
| Modifier and Type | Method and Description |
|---|---|
static SyntaxTrivia |
InternalSyntaxTrivia.create(String comment,
int startLine) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntaxTrivia> |
InternalSyntaxToken.trivias() |
| Modifier and Type | Method and Description |
|---|---|
List<SyntaxTrivia> |
SyntaxToken.trivias() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.