org.ashikunep.irenka.dom
インタフェース CtInitializableVariable<R>

型パラメータ:
R - この変数を評価した際の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtNamedReference, CtReference, CtTypedReference<R>, CtVariable<R>
既知のサブインタフェースの一覧:
CtEnumConstant<R>, CtField<R>, CtLocalVariable<T>

@Abstract
public interface CtInitializableVariable<R>
extends CtVariable<R>

初期化可能な変数。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 CtExpression<?> getInitializer()
          この変数を初期化する式を返す。
 
インタフェース org.ashikunep.irenka.dom.CtVariable から継承されたメソッド
access, getMaster, newReference
 
インタフェース org.ashikunep.irenka.dom.CtNamedReference から継承されたメソッド
getSimpleName, setSimpleName
 
インタフェース org.ashikunep.irenka.dom.CtReference から継承されたメソッド
getAnnotation, getAnnotations, getJavadoc, getModifiers, getModifiersAndAnnotations, getVisibility, isMaster, isVisibleFrom
 
インタフェース 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
 
インタフェース org.ashikunep.irenka.dom.CtTypedReference から継承されたメソッド
getType
 
インタフェース org.ashikunep.irenka.dom.CtReference から継承されたメソッド
getAnnotation, getAnnotations, getJavadoc, getModifiers, getModifiersAndAnnotations, getVisibility, isMaster, isVisibleFrom
 
インタフェース 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
 

メソッドの詳細

getInitializer

CtExpression<?> getInitializer()
この変数を初期化する式を返す。

戻り値:
この変数を初期化する式


Copyright 2007 the Seasar Foundation and the Others.