Uses of Interface
org.aspectj.lang.reflect.SourceLocation

Packages that use SourceLocation
org.aspectj.lang Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code. 
org.aspectj.runtime.reflect   
 

Uses of SourceLocation in org.aspectj.lang
 

Methods in org.aspectj.lang that return SourceLocation
 SourceLocation JoinPoint.getSourceLocation()
          Returns the source location corresponding to the join point.
 SourceLocation 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 SourceLocation
 SourceLocation Factory.makeSourceLoc(int line, int col)
           
 

Methods in org.aspectj.runtime.reflect with parameters of type SourceLocation
 JoinPoint.EnclosingStaticPart Factory.makeESJP(java.lang.String kind, Signature sig, SourceLocation loc)
           
 JoinPoint.StaticPart Factory.makeSJP(java.lang.String kind, Signature sig, SourceLocation loc)