Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<CatchClause> catchClauses)
Sets list of
CatchClause nodes. |