-
- All Superinterfaces:
-
AnnotatedConstruct
,DeclaredType
,ReferenceType
,TypeMirror
public interface ErrorType extends DeclaredType
表示无法正确建模的类或接口类型。 这可能是处理错误的结果,例如缺少类文件或错误的源代码。 对于从这种类型(例如其成员或其超类型)派生的信息的大多数查询通常不会返回有意义的结果。- 从以下版本开始:
- 1.6
-
-
方法摘要
-
声明方法的接口 javax.lang.model.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByType
-
声明方法的接口 javax.lang.model.type.DeclaredType
asElement, getEnclosingType, getTypeArguments
-
-