| 接口 | 描述 |
|---|---|
| ArrayType |
表示数组类型。
|
| DeclaredType |
表示已声明的类型,无论是类类型还是接口类型。
|
| ErrorType |
表示不能正确建模的类或接口类型。
|
| ExecutableType |
表示可执行文件的类型。
|
| IntersectionType |
表示交集类型。
|
| NoType |
一个没有实际类型的伪类型是适当的。
|
| NullType |
表示空类型。
|
| PrimitiveType |
表示一个原始类型。
|
| ReferenceType |
表示引用类型。
|
| TypeMirror |
是java编程语言的类型。
|
| TypeVariable |
表示一个类型变量。
|
| TypeVisitor<R,P> |
类型的访问者,在访问者设计模式的风格。
|
| UnionType |
表示一个联盟类型。
|
| WildcardType |
代表一个通配符类型参数。
|
| Enum | 描述 |
|---|---|
| TypeKind |
一种类型的镜子。
|
| 异常 | 描述 |
|---|---|
| MirroredTypeException |
当应用程序试图访问一个对象的对应
TypeMirror
类。
|
| MirroredTypesException |
当应用程序试图访问一个序列的
类对象都对应一个
TypeMirror。
|
| UnknownTypeException |
表示遇到未知类型的类型。
|
除非在一个特定的实现另有规定,集合返回此包中的方法应该采用并行访问调用者和不安全是不可修改的。
除非另有规定,此包中的方法将如果null扔NullPointerException争论。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.