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