public class TryCatchModel extends StatementModel
StatementModel.Expression| Constructor and Description |
|---|
TryCatchModel(StatementModel tryBlock,
StatementModel catchBlock) |
| Modifier and Type | Method and Description |
|---|---|
StatementModel |
getCatchBlock() |
StatementModel |
getTryBlock() |
void |
render(CodeWriter writer) |
conditional, conditionals, render, renderunsupportedpublic TryCatchModel(StatementModel tryBlock, StatementModel catchBlock)
public StatementModel getTryBlock()
public StatementModel getCatchBlock()
public void render(CodeWriter writer)
Copyright © 2017. All rights reserved.