Mirror API

インタフェース
com.sun.mirror.type.InterfaceType の使用

InterfaceType を使用しているパッケージ
com.sun.mirror.declaration プログラム要素の宣言をモデル化するために使用されるインタフェース。 
com.sun.mirror.type 型をモデル化するために使用されるインタフェース。 
com.sun.mirror.util 宣言の処理を支援するユーティリティです。 
 

com.sun.mirror.declaration での InterfaceType の使用
 

InterfaceType 型の引数を持つ型を返す com.sun.mirror.declaration のメソッド
 Collection<InterfaceType> TypeDeclaration.getSuperinterfaces()
          このクラスにより直接実装されたインタフェース型、またはこのインタフェースにより直接展開されたインタフェース型を返します。
 

com.sun.mirror.type での InterfaceType の使用
 

com.sun.mirror.type での InterfaceType のサブインタフェース
 interface AnnotationType
          注釈型を表します。
 

InterfaceType 型の引数を持つ型を返す com.sun.mirror.type のメソッド
 Collection<InterfaceType> DeclaredType.getSuperinterfaces()
          この型の直接のスーパータイプであるインタフェース型を返します。
 

com.sun.mirror.util での InterfaceType の使用
 

InterfaceType 型のパラメータを持つ com.sun.mirror.util のメソッド
 void TypeVisitor.visitInterfaceType(InterfaceType t)
          インタフェース型をビジットします。
 void SimpleTypeVisitor.visitInterfaceType(InterfaceType t)
          インタフェース型をビジットします。
 


Mirror API

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