Uses of Interface
com.sun.source.tree.TypeParameterTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of TypeParameterTree in com.sun.source.tree
Modifier and TypeMethodDescriptionList<? extends TypeParameterTree>
ClassTree.getTypeParameters()
Returns any type parameters of this type declaration.List<? extends TypeParameterTree>
MethodTree.getTypeParameters()
Returns the type parameters of the method being declared.Modifier and TypeMethodDescriptionTreeVisitor.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node. -
Uses of TypeParameterTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node.TreeScanner.visitTypeParameter
(TypeParameterTree node, P p) Visits a TypeParameterTree node.