Uses of Class
org.mozilla.javascript.ast.CatchClause
-
Uses of CatchClause in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionTryStatement.getCatchClauses()
Returns list ofCatchClause
nodes.Modifier and TypeMethodDescriptionvoid
TryStatement.addCatchClause
(CatchClause clause) Add a catch-clause to the end of the list, and sets its parent to this node.Modifier and TypeMethodDescriptionvoid
TryStatement.setCatchClauses
(List<CatchClause> catchClauses) Sets list ofCatchClause
nodes.