public class TryBlockSupport extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected StringBuffer |
codeBuf |
protected int |
status |
protected static int |
STATUS_CATCH |
protected static int |
STATUS_FINALLY |
protected static int |
STATUS_TRY |
| コンストラクタと説明 |
|---|
TryBlockSupport(String src) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addCatchBlock(Class exceptionType,
String src) |
String |
getSourceCode() |
void |
setFinallyBlock(String src) |
protected static final int STATUS_TRY
protected static final int STATUS_CATCH
protected static final int STATUS_FINALLY
protected int status
protected StringBuffer codeBuf
public TryBlockSupport(String src)
src - Copyright © 2015 The DBFlute Project. All rights reserved.