Uses of Class
org.mozilla.javascript.ast.CatchClause
-
Packages that use CatchClause Package Description org.mozilla.javascript.ast -
-
Uses of CatchClause in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type CatchClause Modifier and Type Method Description java.util.List<CatchClause>
TryStatement. getCatchClauses()
Returns list ofCatchClause
nodes.Methods in org.mozilla.javascript.ast with parameters of type CatchClause Modifier and Type Method Description void
TryStatement. addCatchClause(CatchClause clause)
Add a catch-clause to the end of the list, and sets its parent to this node.Method parameters in org.mozilla.javascript.ast with type arguments of type CatchClause Modifier and Type Method Description void
TryStatement. setCatchClauses(java.util.List<CatchClause> catchClauses)
Sets list ofCatchClause
nodes.
-