| 接口 | 描述 | 
|---|---|
| ArrayType | 
           表示数组类型。 
          | 
| DeclaredType | 
           表示声明的类型,类类型或接口类型。 
          | 
| ErrorType | 
           表示无法正确建模的类或接口类型。 
          | 
| ExecutableType | 
           表示可执行文件的类型。 
          | 
| IntersectionType | 
           表示交叉路口类型。 
          | 
| NoType | 
           在没有实际类型适合的情况下使用的伪类型。 
          | 
| NullType | 
           表示空类型。 
          | 
| PrimitiveType | 
           表示原始类型。 
          | 
| ReferenceType | 
           表示参考类型。 
          | 
| TypeMirror | 
           表示Java编程语言中的一种类型。 
          | 
| TypeVariable | 
           表示一个类型变量。 
          | 
| TypeVisitor<R,P> | 
           类型的访客,以访客设计模式的风格。 
          | 
| UnionType | 
           表示联合类型。 
          | 
| WildcardType | 
           表示通配符类型参数。 
          | 
| Enum | 描述 | 
|---|---|
| TypeKind | 
           一种类型的镜子。 
          | 
| 异常 | 描述 | 
|---|---|
| MirroredTypeException |  
          当应用程序试图访问抛出 类对应于对象TypeMirror。 | 
| MirroredTypesException |  
          当应用程序尝试访问每个对应于 TypeMirror的类对象的对象时抛出 。 | 
| UnknownTypeException | 
           表示遇到未知类型的类型。 
          | 
除非在特定实现中另有规定,否则应该预期此程序包中方法返回的集合将被调用者不可修改,并且对并发访问是不安全的。
 除非另有说明,在此包中的方法将抛出一个NullPointerException如果给一个null说法。 
 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.