Uses of Interface
org.sonar.plugins.java.api.tree.TypeParameterTree
Packages that use TypeParameterTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of TypeParameterTree in org.sonar.java.model
Classes in org.sonar.java.model that implement TypeParameterTreeMethods in org.sonar.java.model with parameters of type TypeParameterTreeModifier and TypeMethodDescriptionstatic 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 TypeParameterTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitTypeParameter(TypeParameterTree typeParameter) voidTreeVisitor.visitTypeParameter(TypeParameterTree typeParameter)