Uses of Class
org.mozilla.javascript.ast.CatchClause
Packages that use CatchClause
-
Uses of CatchClause in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type CatchClauseModifier and TypeMethodDescriptionTryStatement.getCatchClauses()Returns list ofCatchClausenodes.Methods in org.mozilla.javascript.ast with parameters of type CatchClauseModifier and TypeMethodDescriptionvoidTryStatement.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 CatchClauseModifier and TypeMethodDescriptionvoidTryStatement.setCatchClauses(List<CatchClause> catchClauses) Sets list ofCatchClausenodes.