Uses of Interface
org.sonar.plugins.java.api.tree.TypeParameterTree
-
Packages that use TypeParameterTree 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. -
-
Uses of TypeParameterTree in org.sonar.java.ast.parser
Constructor parameters in org.sonar.java.ast.parser with type arguments of type TypeParameterTree Constructor Description TypeParameterListTreeImpl(InternalSyntaxToken openBracketToken, List<TypeParameterTree> typeParameters, List<SyntaxToken> separators, InternalSyntaxToken closeBracketToken) -
Uses of TypeParameterTree in org.sonar.java.model
Classes in org.sonar.java.model that implement TypeParameterTree Modifier and Type Class Description classTypeParameterTreeImpl -
Uses of TypeParameterTree in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type TypeParameterTree Modifier and Type Method Description voidTypeAndReferenceSolver. visitTypeParameter(TypeParameterTree typeParameter) -
Uses of TypeParameterTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type TypeParameterTree Modifier and Type Method Description voidBaseTreeVisitor. visitTypeParameter(TypeParameterTree typeParameter)voidTreeVisitor. visitTypeParameter(TypeParameterTree typeParameter)
-