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

型パラメータ:
T - 戻り値の型
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtStatement

public interface CtReturn<T>
extends CtStatement

return文。

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

メソッドの概要
 CtExpression<T> getResult()
          返戻式を返す。
 
インタフェース 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
 

メソッドの詳細

getResult

@Ignorable
CtExpression<T> getResult()
返戻式を返す。 void型のreturn文に対しては、コンパイラにより自動的に空を表す式が返される。

戻り値:
返戻式、省略される場合は空を表す式


Copyright 2007 the Seasar Foundation and the Others.