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

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

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

Method

ClassgetDeclaringType()

Returns a java.lang.Class object representing the class, interface, or aspect that declared this member.

StringgetDeclaringTypeName()
This is equivalent to calling getDeclaringType().getName(), but caches the result for greater efficiency.
intgetModifiers()
Returns the modifiers on this signature represented as an int.
StringgetName()
StringtoLongString()
StringtoShortString()
StringtoString()