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

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

Introduction

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

The text is from its open source code.

Method

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.