org.ashikunep.irenka.dom
インタフェース CtFor

すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtLoop, CtStatement

public interface CtFor
extends CtLoop

for文。

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

メソッドの概要
 CtExpression<Boolean> getCondition()
          条件式を返す。
 List<CtStatement> getInitializers()
          初期化文リストを返す。
 List<CtStatement> getUpdaters()
          更新文リストを返す。
 
インタフェース org.ashikunep.irenka.dom.CtLoop から継承されたメソッド
getBody
 
インタフェース 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
 

メソッドの詳細

getInitializers

List<CtStatement> getInitializers()
初期化文リストを返す。

戻り値:
初期化文リスト

getCondition

CtExpression<Boolean> getCondition()
条件式を返す。 省略時はコンパイラによって空を表す式が返される。

戻り値:
条件式、省略時は空を表す式

getUpdaters

List<CtStatement> getUpdaters()
更新文リストを返す。

戻り値:
更新文リスト


Copyright 2007 the Seasar Foundation and the Others.