Java org.aspectj.lang ProceedingJoinPoint fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.lang ProceedingJoinPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.lang ProceedingJoinPoint.

The text is from its open source code.

Implementation

org.aspectj.lang.ProceedingJoinPoint has the following implementations.
Click this link to see all its implementation.

Constructor

Method

Object[]getArgs()
StringgetKind()
This string is guaranteed to be interned.
SignaturegetSignature()
getStaticPart().getSignature() returns the same object
SourceLocationgetSourceLocation()

If there is no source location available, returns null.

Returns the SourceLocation of the defining class for default constructors.

getStaticPart().getSourceLocation() returns the same object.

StaticPartgetStaticPart()
ObjectgetTarget()
Returns the target object.
ObjectgetThis()

Returns the currently executing object.

Objectproceed()
Proceed with the next advice or target method invocation
Objectproceed(Object[] args)
Proceed with the next advice or target method invocation.
StringtoLongString()
StringtoShortString()
StringtoString()