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, render
unsupported
public TryCatchModel(StatementModel tryBlock, StatementModel catchBlock)
public StatementModel getTryBlock()
public StatementModel getCatchBlock()
public void render(CodeWriter writer)
Copyright © 2018. All rights reserved.