| Package | Description |
|---|---|
| org.sonar.java.ast.visitors | |
| org.sonar.java.model | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionVisitor.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 © 2012–2015 SonarSource. All rights reserved.