|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface CtTry
try文。
| メソッドの概要 | |
|---|---|
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 |
| メソッドの詳細 |
|---|
CtBlock getTry()
try節を返す。
try節List<CtCatch<?>> getCatches()
catch節のリストを返す。
catch節のリスト@Ignorable CtBlock getFinally()
finally節を返す。
finally節が存在しない場合、コンパイラは空のブロックを返す。
finally節、省略された場合は空のブロック
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||