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

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

public interface CtTry
extends CtStatement

try文。

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

メソッドの概要
 List<CtCatch<?>> getCatches()
          catch節のリストを返す。
 CtBlock getFinally()
          finally節を返す。
 CtBlock getTry()
          try節を返す。
 
インタフェース 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
 

メソッドの詳細

getTry

CtBlock getTry()
try節を返す。

戻り値:
try

getCatches

List<CtCatch<?>> getCatches()
catch節のリストを返す。

戻り値:
catch節のリスト

getFinally

@Ignorable
CtBlock getFinally()
finally節を返す。 finally節が存在しない場合、コンパイラは空のブロックを返す。

戻り値:
finally節、省略された場合は空のブロック


Copyright 2007 the Seasar Foundation and the Others.