Mirror API

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

ArrayType を使用しているパッケージ
com.sun.mirror.util 宣言 の処理に役立つユーティリティーです。 
 

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

ArrayType を返す com.sun.mirror.util のメソッド
 ArrayType Types.getArrayType(TypeMirror componentType)
          指定されたコンポーネント型とともに配列型を返します。
 

ArrayType 型のパラメータを持つ com.sun.mirror.util のメソッド
 void TypeVisitor.visitArrayType(ArrayType t)
          配列型をビジットします。
 void SimpleTypeVisitor.visitArrayType(ArrayType t)
          配列型をビジットします。
 


Mirror API

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