| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model | |
| org.sonar.java.resolve | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Constructor and Description |
|---|
TypeParameterListTreeImpl(InternalSyntaxToken openBracketToken,
List<TypeParameterTree> typeParameters,
List<SyntaxToken> separators,
InternalSyntaxToken closeBracketToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeParameterTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitTypeParameter(TypeParameterTree typeParameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitTypeParameter(TypeParameterTree typeParameter) |
void |
TreeVisitor.visitTypeParameter(TypeParameterTree typeParameter) |
Copyright © 2012–2016 SonarSource. All rights reserved.