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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

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.

StringtoLongString()
StringtoShortString()
StringtoString()