Uses of Interface
org.aspectj.lang.Signature
Packages that use Signature
Package
Description
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature.-
Uses of Signature in org.aspectj.lang
Methods in org.aspectj.lang that return SignatureModifier and TypeMethodDescriptionJoinPoint.getSignature()getStaticPart().getSignature()returns the same objectJoinPoint.StaticPart.getSignature() -
Uses of Signature in org.aspectj.lang.reflect
Subinterfaces of Signature in org.aspectj.lang.reflectModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceSignature for static and instance initializers.interfaceinterfaceinterfaceinterface -
Uses of Signature in org.aspectj.runtime.reflect
Classes in org.aspectj.runtime.reflect that implement SignatureMethods in org.aspectj.runtime.reflect with parameters of type SignatureModifier and TypeMethodDescriptionFactory.makeESJP(String kind, Signature sig, SourceLocation loc)Factory.makeSJP(String kind, Signature sig, SourceLocation loc)