Uses of Interface
org.aspectj.lang.reflect.SourceLocation
Packages that use SourceLocation
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.
-
Uses of SourceLocation in org.aspectj.lang
Methods in org.aspectj.lang that return SourceLocationModifier and TypeMethodDescriptionJoinPoint.getSourceLocation()If there is no source location available, returns null.JoinPoint.StaticPart.getSourceLocation()Returns the source location corresponding to the join point. -
Uses of SourceLocation in org.aspectj.runtime.reflect
Methods in org.aspectj.runtime.reflect that return SourceLocationMethods in org.aspectj.runtime.reflect with parameters of type SourceLocationModifier and TypeMethodDescriptionFactory.makeESJP(String kind, Signature sig, SourceLocation loc)Factory.makeSJP(String kind, Signature sig, SourceLocation loc)