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

Packages that use SourceLocation
org.aspectbench.eaj.runtime.reflect   
org.aspectbench.runtime.reflect   
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. 
 

Uses of SourceLocation in org.aspectbench.eaj.runtime.reflect
 

Constructors in org.aspectbench.eaj.runtime.reflect with parameters of type SourceLocation
JoinPointImpl.StaticPartImpl(String kind, Signature signature, SourceLocation sourceLocation, int offset)
           
 

Uses of SourceLocation in org.aspectbench.runtime.reflect
 

Classes in org.aspectbench.runtime.reflect that implement SourceLocation
 class SourceLocationImpl
           
 

Fields in org.aspectbench.runtime.reflect declared as SourceLocation
(package private)  SourceLocation JoinPointImpl.StaticPartImpl.sourceLocation
           
 

Methods in org.aspectbench.runtime.reflect that return SourceLocation
 SourceLocation JoinPointImpl.getSourceLocation()
           
 SourceLocation JoinPointImpl.StaticPartImpl.getSourceLocation()
           
 SourceLocation Factory.makeSourceLoc(int line, int col)
           
 

Methods in org.aspectbench.runtime.reflect with parameters of type SourceLocation
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, SourceLocation loc)
           
 

Constructors in org.aspectbench.runtime.reflect with parameters of type SourceLocation
JoinPointImpl.StaticPartImpl(String kind, Signature signature, SourceLocation sourceLocation)
           
 

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.