|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
C - 生成する配列の要素型public interface CtNewArray<C>
配列生成式。
| メソッドの概要 | |
|---|---|
List<CtExpression<Integer>> |
getDimensions()
各次元の要素数を表す式を返す。 |
List<CtExpression<? extends C>> |
getInitialElements()
初期要素リストを返す。 |
CtArray<C> |
getType()
生成する配列の型を返す。 |
| インタフェース org.ashikunep.irenka.dom.CtExpression から継承されたメソッド |
|---|
as, as, evalType |
| インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド |
|---|
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute |
| インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド |
|---|
getClientStorage, putClientStorage |
| メソッドの詳細 |
|---|
CtArray<C> getType()
List<CtExpression<Integer>> getDimensions()
@Ignorable List<CtExpression<? extends C>> getInitialElements()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||