Uses of Interface
org.aspectj.lang.reflect.SourceLocation
-
Packages that use SourceLocation Package Description org.aspectj.lang org.aspectj.runtime.reflect -
-
Uses of SourceLocation in org.aspectj.lang
Methods in org.aspectj.lang that return SourceLocation Modifier and Type Method Description SourceLocationJoinPoint. getSourceLocation()SourceLocationJoinPoint.StaticPart. getSourceLocation() -
Uses of SourceLocation in org.aspectj.runtime.reflect
Methods in org.aspectj.runtime.reflect that return SourceLocation Modifier and Type Method Description SourceLocationFactory. makeSourceLoc(int line, int col)Methods in org.aspectj.runtime.reflect with parameters of type SourceLocation Modifier and Type Method Description JoinPoint.EnclosingStaticPartFactory. makeESJP(String kind, Signature sig, SourceLocation loc)JoinPoint.StaticPartFactory. makeSJP(String kind, Signature sig, SourceLocation loc)
-