Uses of Interface
javax.lang.model.type.TypeVariable
-
Packages that use TypeVariable 软件包 描述 javax.lang.model.type 用于建模Java编程语言类型的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of TypeVariable in javax.lang.model.type
Methods in javax.lang.model.type that return types with arguments of type TypeVariable 变量和类型 方法 描述 List<? extends TypeVariable>
ExecutableType. getTypeVariables()
返回此可执行文件的正式类型参数声明的类型变量。Methods in javax.lang.model.type with parameters of type TypeVariable 变量和类型 方法 描述 R
TypeVisitor. visitTypeVariable(TypeVariable t, P p)
访问类型变量。 -
Uses of TypeVariable in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type TypeVariable 变量和类型 方法 描述 R
SimpleTypeVisitor6. visitTypeVariable(TypeVariable t, P p)
访问类型变量。
-