public interface ErrorType
表示无法正常建模的类或接口类型。这可能是处理错误(比如一个缺失的类文件或者错误源代码)的结果。大多数对于派生于这种类型(比如其成员或其超类型)的信息的查询通常不会返回有意义的结果。
方法摘要 |
---|
从接口 javax.lang.model.type.DeclaredType 继承的方法 |
---|
asElement, getEnclosingType, getTypeArguments |
从接口 javax.lang.model.type.TypeMirror 继承的方法 |
---|
accept, equals, getKind, hashCode, toString |