Class CatchClause

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.CatchClause

public class CatchClause extends ASTNode
Catch clause AST node type.
 CatchClause:
    catch ( FormalParameter ) Block
 

The FormalParameter is represented by a SingleVariableDeclaration.

Since:
2.0