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 Modifier and Type 方法 描述 List<? extends TypeVariable>
ExecutableType. getTypeVariables()
返回由此可执行文件的形式类型参数声明的类型变量。Methods in javax.lang.model.type with parameters of type TypeVariable Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 R
SimpleTypeVisitor6. visitTypeVariable(TypeVariable t, P p)
访问类型变量。
-