Mirror API

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

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

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

ClassType を返す com.sun.mirror.declaration のメソッド
 ClassType ClassDeclaration.getSuperclass()
          このクラスにより直接拡張されたクラス型を返します。
 

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

com.sun.mirror.type での ClassType のサブインタフェース
 interface EnumType
          enum 型を表します。
 

ClassType を返す com.sun.mirror.type のメソッド
 ClassType ClassType.getSuperclass()
          このクラスの直接のスーパータイプであるクラス型を返します。
 

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

ClassType 型のパラメータを持つ com.sun.mirror.util のメソッド
 void TypeVisitor.visitClassType(ClassType t)
          クラス型をビジットします。
 void SimpleTypeVisitor.visitClassType(ClassType t)
          クラス型をビジットします。
 


Mirror API

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