Java org.aspectj.org.eclipse.jdt.core.dom AfterThrowingAdviceDeclaration fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.org.eclipse.jdt.core.dom AfterThrowingAdviceDeclaration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.org.eclipse.jdt.core.dom AfterThrowingAdviceDeclaration.

The text is from its open source code.

Field

ChildPropertyDescriptorthrowingJAVADOC_PROPERTY
ChildListPropertyDescriptorthrowingPARAMETERS_PROPERTY
ChildPropertyDescriptorthrowingPOINTCUT_PROPERTY
ChildListPropertyDescriptorthrowingTHROWN_EXCEPTIONS_PROPERTY
ChildPropertyDescriptorthrowingTHROWING_PROPERTY

Method

BlockgetBody()
Returns the body of this method declaration, or null if this method has no body.
PointcutDesignatorgetPointcut()
SingleVariableDeclarationgetThrowing()
Listparameters()
Returns the live ordered list of method parameter declarations for this method declaration.