软件包 | 描述 |
---|---|
javax.lang.model.element |
用于建模Java编程语言元素的接口。
|
javax.lang.model.type |
用于建模Java编程语言类型的接口。
|
javax.lang.model.util |
协助处理
program elements及
types的公用事业 。
|
Class and Description |
---|
DeclaredType
表示声明的类型,类类型或接口类型。
|
TypeMirror
表示Java编程语言中的一种类型。
|
Class and Description |
---|
ArrayType
表示数组类型。
|
DeclaredType
表示声明的类型,类类型或接口类型。
|
ErrorType
表示无法正确建模的类或接口类型。
|
ExecutableType
表示可执行文件的类型。
|
IntersectionType
表示交叉路口类型。
|
MirroredTypesException
当应用程序尝试访问 类 对象时抛出的对象,每个对象对应一个TypeMirror 。
|
NoType
在没有实际类型适合的情况下使用的伪类型。
|
NullType
表示空类型。
|
PrimitiveType
表示原始类型。
|
ReferenceType
表示参考类型。
|
TypeKind
一种类型的镜子。
|
TypeMirror
表示Java编程语言中的一种类型。
|
TypeVariable
表示一个类型变量。
|
TypeVisitor
类型的访客,以访客设计模式的风格。
|
UnionType
表示联合类型。
|
WildcardType
表示通配符类型参数。
|
Class and Description |
---|
ArrayType
表示数组类型。
|
DeclaredType
表示声明的类型,类类型或接口类型。
|
ErrorType
表示无法正确建模的类或接口类型。
|
ExecutableType
表示可执行文件的类型。
|
IntersectionType
表示交叉路口类型。
|
NoType
在没有实际类型适合的情况下使用的伪类型。
|
NullType
表示空类型。
|
PrimitiveType
表示原始类型。
|
TypeKind
一种类型的镜子。
|
TypeMirror
表示Java编程语言中的一种类型。
|
TypeVariable
表示一个类型变量。
|
TypeVisitor
类型的访客,以访客设计模式的风格。
|
UnionType
表示联合类型。
|
WildcardType
表示通配符类型参数。
|
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.