Uses of Class
org.htmlunit.corejs.javascript.ast.CatchClause
Packages that use CatchClause
-
Uses of CatchClause in org.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast with type parameters of type CatchClauseModifier and TypeFieldDescriptionprivate List
<CatchClause> TryStatement.catchClauses
private static final List
<CatchClause> TryStatement.NO_CATCHES
Methods in org.htmlunit.corejs.javascript.ast that return types with arguments of type CatchClauseModifier and TypeMethodDescriptionTryStatement.getCatchClauses()
Returns list ofCatchClause
nodes.Methods in org.htmlunit.corejs.javascript.ast with parameters of type CatchClauseModifier and TypeMethodDescriptionvoid
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.htmlunit.corejs.javascript.ast with type arguments of type CatchClauseModifier and TypeMethodDescriptionvoid
TryStatement.setCatchClauses
(List<CatchClause> catchClauses) Sets list ofCatchClause
nodes.