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

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

public interface CtIf
extends CtStatement

if文。

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

メソッドの概要
 CtExpression<Boolean> getCondition()
          条件式を返す。
 CtStatement getElse()
          else節を返す。
 CtStatement getThen()
          then節を返す。
 
インタフェース 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
 

メソッドの詳細

getCondition

CtExpression<Boolean> getCondition()
条件式を返す。

戻り値:
条件式

getThen

CtStatement getThen()
then節を返す。

戻り値:
then

getElse

@Ignorable
CtStatement getElse()
else節を返す。 else節が省略されていた場合、コンパイラが合成した空のブロックを返す。

戻り値:
else節、省略されていた場合はコンパイラが合成した空のブロック


Copyright 2007 the Seasar Foundation and the Others.