Mirror API

com.sun.mirror.declaration
インタフェース InterfaceDeclaration

すべてのスーパーインタフェース:
Declaration, MemberDeclaration, TypeDeclaration
既知のサブインタフェースの一覧:
AnnotationTypeDeclaration

public interface InterfaceDeclaration
extends TypeDeclaration

インタフェースの宣言を表します。インタフェースとそのメンバーに関する情報へのアクセスを提供します。注釈型要素 はインタフェースの一種です。

InterfaceDeclaration はインタフェースの宣言を表しますが、InterfaceType はインタフェース型を表します。この違いについては、TypeDeclaration を参照してください。

導入されたバージョン:
1.5
関連項目:
InterfaceType

メソッドの概要
 
インタフェース com.sun.mirror.declaration.TypeDeclaration から継承されたメソッド
getFields, getFormalTypeParameters, getMethods, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces
 
インタフェース com.sun.mirror.declaration.MemberDeclaration から継承されたメソッド
getDeclaringType
 
インタフェース com.sun.mirror.declaration.Declaration から継承されたメソッド
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
 


Mirror API

バグや機能要求の報告
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.