Mirror API

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

すべてのスーパーインタフェース:
ReferenceType, TypeMirror

public interface ArrayType
extends ReferenceType

配列型を表します。多次元配列は、コンポーネントの型も配列型である配列型として表されます。

導入されたバージョン:
1.5

メソッドの概要
 TypeMirror getComponentType()
          この配列型のコンポーネントの型を返します。
 
インタフェース com.sun.mirror.type.TypeMirror から継承されたメソッド
accept, equals, toString
 

メソッドの詳細

getComponentType

TypeMirror getComponentType()
この配列型のコンポーネントの型を返します。

戻り値:
この配列型のコンポーネントの型

Mirror API

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