| 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 |
ClassTreeImpl.typeParameters() |
TypeParameters |
MethodTreeImpl.typeParameters() |
| Constructor and Description |
|---|
ClassTreeImpl(com.sonar.sslr.api.AstNode astNode,
Tree.Kind kind,
ModifiersTree modifiers,
IdentifierTree simpleName,
TypeParameters typeParameters,
Tree superClass,
List<Tree> superInterfaces,
List<Tree> members) |
| 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–2015 SonarSource. All rights reserved.