Verwendungen von Schnittstelle
org.aspectj.lang.Signature
Packages, die Signature verwenden
Package
Beschreibung
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.-
Verwendungen von Signature in org.aspectj.lang
Methoden in org.aspectj.lang, die Signature zurückgebenModifizierer und TypMethodeBeschreibungJoinPoint.getSignature()
getStaticPart().getSignature()
returns the same objectJoinPoint.StaticPart.getSignature()
-
Verwendungen von Signature in org.aspectj.lang.reflect
Unterschnittstellen von Signature in org.aspectj.lang.reflectModifizierer und TypSchnittstelleBeschreibunginterface
interface
interface
interface
interface
interface
Signature for static and instance initializers.interface
interface
interface
interface
-
Verwendungen von Signature in org.aspectj.runtime.reflect
Klassen in org.aspectj.runtime.reflect, die Signature implementierenMethoden in org.aspectj.runtime.reflect mit Parametern vom Typ SignatureModifizierer und TypMethodeBeschreibungFactory.makeESJP
(String kind, Signature sig, SourceLocation loc) Factory.makeSJP
(String kind, Signature sig, SourceLocation loc)