インタフェースErrorType
- すべてのスーパー・インタフェース:
AnnotatedConstruct, DeclaredType, ReferenceType, TypeMirror
public interface ErrorType extends DeclaredType
適切にモデル化することのできないクラスまたはインタフェースの型を表します。 これは、クラス・ファイルの不足やエラーを含むソース・コードなど、処理エラーとなる可能性があります。 通常、メンバーやスーパー・タイプなど、このような型から派生した情報に対するクエリーのほとんどが、意味のある結果を返しません。
- 導入されたバージョン:
- 1.6
-
メソッドのサマリー
インタフェースで宣言されたメソッド DeclaredType
asElement, getEnclosingType, getTypeArgumentsインタフェースで宣言されたメソッド TypeMirror
accept, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, hashCode, toString