Verwendungen von Schnittstelle
org.aspectj.lang.reflect.SourceLocation
Packages, die SourceLocation 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.
-
Verwendungen von SourceLocation in org.aspectj.lang
Methoden in org.aspectj.lang, die SourceLocation zurückgebenModifizierer und TypMethodeBeschreibungJoinPoint.getSourceLocation()
If there is no source location available, returns null.JoinPoint.StaticPart.getSourceLocation()
Returns the source location corresponding to the join point. -
Verwendungen von SourceLocation in org.aspectj.runtime.reflect
Methoden in org.aspectj.runtime.reflect, die SourceLocation zurückgebenMethoden in org.aspectj.runtime.reflect mit Parametern vom Typ SourceLocationModifizierer und TypMethodeBeschreibungFactory.makeESJP
(String kind, Signature sig, SourceLocation loc) Factory.makeSJP
(String kind, Signature sig, SourceLocation loc)