org.ashikunep.irenka.dom
インタフェース CtLocalVariable<T>

型パラメータ:
T - このローカル変数の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtInitializableVariable<T>, CtNamedReference, CtReference, CtStatement, CtTypedReference<T>, CtVariable<T>

public interface CtLocalVariable<T>
extends CtStatement, CtInitializableVariable<T>

ローカル変数。

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

メソッドの概要
 CtExpression<T> getInitializer()
          この変数を初期化する式を返す。
 CtLocalVariable<T> getMaster()
          この参照のマスタ参照を返す。
 CtLocalVariable<T> newReference()
          この宣言を参照する要素を生成する。
 
インタフェース org.ashikunep.irenka.dom.CtStatement から継承されたメソッド
getLabels, substituteAsBlock
 
インタフェース 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.CtVariable から継承されたメソッド
access
 
インタフェース 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
 

メソッドの詳細

getMaster

CtLocalVariable<T> getMaster()
インタフェース CtReference の記述:
この参照のマスタ参照を返す。

定義:
インタフェース CtReference 内の getMaster
定義:
インタフェース CtVariable<T> 内の getMaster
戻り値:
マスタ参照

newReference

CtLocalVariable<T> newReference()
この宣言を参照する要素を生成する。

定義:
インタフェース CtReference 内の newReference
定義:
インタフェース CtVariable<T> 内の newReference
戻り値:
この宣言を参照する要素。

getInitializer

@Ignorable
CtExpression<T> getInitializer()
インタフェース CtInitializableVariable の記述:
この変数を初期化する式を返す。

定義:
インタフェース CtInitializableVariable<T> 内の getInitializer
戻り値:
この変数を初期化する式


Copyright 2007 the Seasar Foundation and the Others.