Uses of Interface
javax.lang.model.type.ReferenceType
-
Packages that use ReferenceType 软件包 描述 javax.lang.model.type 用于建模Java编程语言类型的接口。 -
-
Uses of ReferenceType in javax.lang.model.type
Subinterfaces of ReferenceType in javax.lang.model.type 变量和类型 接口 描述 interface
ArrayType
表示数组类型。interface
DeclaredType
表示声明的类型,类类型或接口类型。interface
ErrorType
表示无法正确建模的类或接口类型。interface
NullType
表示null类型。interface
TypeVariable
表示类型变量。
-