软件包 | 描述 |
---|---|
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.