Java org.aspectj.weaver Shadow fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.weaver Shadow fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

KindMethodCall
These names are the ones that will be returned by thisJoinPoint.getKind() Those need to be documented somewhere
KindConstructorCall
KindMethodExecution
KindConstructorExecution
KindFieldGet
KindFieldSet
KindStaticInitialization
KindPreInitialization
KindAdviceExecution
KindInitialization

Method

WorldgetIWorld()
KindgetKind()
returns the kind of shadow this is, representing what happens under this shadow
MembergetSignature()
returns the signature of the thing under this shadow
ISourceLocationgetSourceLocation()