软件包 | 描述 |
---|---|
javax.lang.model.type |
用java编程语言类型的接口模型。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayType
表示数组类型。
|
interface |
DeclaredType
表示已声明的类型,无论是类类型还是接口类型。
|
interface |
ErrorType
表示不能正确建模的类或接口类型。
|
interface |
NullType
表示空类型。
|
interface |
TypeVariable
表示一个类型变量。
|
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.