Uses of Interface
javax.lang.model.AnnotatedConstruct
-
Packages that use AnnotatedConstruct 软件包 描述 javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.type 用于建模Java编程语言类型的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of AnnotatedConstruct in javax.lang.model.element
Subinterfaces of AnnotatedConstruct in javax.lang.model.element 变量和类型 接口 描述 interface
Element
表示程序元素,例如模块,包,类或方法。interface
ExecutableElement
表示类或接口的方法,构造函数或初始化程序(静态或实例),包括注释类型元素。interface
ModuleElement
表示模块程序元素。interface
PackageElement
表示包程序元素。interface
Parameterizable
具有类型参数的元素的mixin接口。interface
QualifiedNameable
具有限定名称的元素的mixin接口。interface
TypeElement
表示类或接口程序元素。interface
TypeParameterElement
表示泛型类,接口,方法或构造函数元素的正式类型参数。interface
VariableElement
表示字段,枚举
常量,方法或构造函数参数,局部变量,资源变量或异常参数。 -
Uses of AnnotatedConstruct in javax.lang.model.type
Subinterfaces of AnnotatedConstruct in javax.lang.model.type 变量和类型 接口 描述 interface
ArrayType
表示数组类型。interface
DeclaredType
表示声明的类型,类类型或接口类型。interface
ErrorType
表示无法正确建模的类或接口类型。interface
ExecutableType
表示可执行文件的类型。interface
IntersectionType
表示交集类型。interface
NoType
在没有实际类型的情况下使用的伪类型。interface
NullType
表示null类型。interface
PrimitiveType
表示基本类型。interface
ReferenceType
表示引用类型。interface
TypeMirror
表示Java编程语言中的类型。interface
TypeVariable
表示类型变量。interface
UnionType
表示联合类型。interface
WildcardType
表示通配符类型参数。 -
Uses of AnnotatedConstruct in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type AnnotatedConstruct 变量和类型 方法 描述 default Elements.Origin
Elements. getOrigin(AnnotatedConstruct c, AnnotationMirror a)
返回给定注释镜像的 原点 。
-