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.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 classTypeParameterTreeImplMethods in org.sonar.java.model with parameters of type TypeParameterTree Modifier and Type Method Description static SymbolJUtils. typeParameterTreeSymbol(TypeParameterTree tree) -
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)
-