Uses of Class
org.eclipse.wst.jsdt.core.dom.CatchClause

Packages that use CatchClause
org.eclipse.wst.jsdt.core.dom   
 

Uses of CatchClause in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return CatchClause
 CatchClause AST.newCatchClause()
          Creates a new unparented catch clause node owned by this AST.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type CatchClause
 void ASTVisitor.endVisit(CatchClause node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(CatchClause node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(CatchClause node)
          Visits the given type-specific AST node.