Uses of Class
org.mozilla.javascript.ast.CatchClause

Packages that use CatchClause
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
 List<CatchClause> TryStatement.getCatchClauses()
          Returns list of CatchClause nodes.
 

Methods in org.mozilla.javascript.ast with parameters of type CatchClause
 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
 void TryStatement.setCatchClauses(List<CatchClause> catchClauses)
          Sets list of CatchClause nodes.
 



Copyright © 2013. All Rights Reserved.