| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
List<CatchClause> |
TryStatement.getCatchClauses()
Returns list of
CatchClause nodes. |
| Modifier and Type | Method and Description |
|---|---|
void |
TryStatement.addCatchClause(CatchClause clause)
Add a catch-clause to the end of the list, and sets its parent to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TryStatement.setCatchClauses(List<CatchClause> catchClauses)
Sets list of
CatchClause nodes. |
Copyright © 2023 HtmlUnit. All rights reserved.