|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
T - この式を評価した型@Abstract public interface CtExpression<T>
式。
| メソッドの概要 | ||
|---|---|---|
|
as(Class<U> cast)
この式を引数で指定した型によってキャストした式を返す。 |
|
|
as(CtType<U> cast)
この式を引数で指定した型によってキャストした式を返す。 |
|
CtType<T> |
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 |
| メソッドの詳細 |
|---|
CtType<T> evalType()
<U> CtExpression<U> as(CtType<U> cast)
U - キャスト先の型cast - キャストする型
<U> CtExpression<U> as(Class<U> cast)
U - キャスト先の型cast - キャストする型
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||