| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeParameterListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
TypeParameters |
MethodTreeImpl.typeParameters() |
TypeParameters |
ClassTreeImpl.typeParameters() |
| Modifier and Type | Method and Description |
|---|---|
TypeParameters |
ClassTree.typeParameters() |
TypeParameters |
MethodTree.typeParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitTypeParameters(TypeParameters trees) |
void |
TreeVisitor.visitTypeParameters(TypeParameters trees) |
Copyright © 2012–2016 SonarSource. All rights reserved.