Uses of Interface
com.sun.source.tree.TypeParameterTree
-
Packages that use TypeParameterTree 软件包 描述 com.sun.source.tree 提供用于将源代码表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)的操作提供实用程序。 -
-
Uses of TypeParameterTree in com.sun.source.tree
Methods in com.sun.source.tree that return types with arguments of type TypeParameterTree Modifier and Type 方法 描述 List<? extends TypeParameterTree>
ClassTree. getTypeParameters()
返回此类型声明的任何类型参数。List<? extends TypeParameterTree>
MethodTree. getTypeParameters()
返回正在声明的方法的类型参数。Methods in com.sun.source.tree with parameters of type TypeParameterTree Modifier and Type 方法 描述 R
TreeVisitor. visitTypeParameter(TypeParameterTree node, P p)
访问TypeParameterTree节点。 -
Uses of TypeParameterTree in com.sun.source.util
Methods in com.sun.source.util with parameters of type TypeParameterTree Modifier and Type 方法 描述 R
SimpleTreeVisitor. visitTypeParameter(TypeParameterTree node, P p)
访问TypeParameterTree节点。R
TreeScanner. visitTypeParameter(TypeParameterTree node, P p)
Visits a TypeParameterTree node.
-