| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
JoinPoint.getSourceLocation()
If there is no source location available, returns null.
|
SourceLocation |
JoinPoint.StaticPart.getSourceLocation()
Returns the source location corresponding to the join point.
|
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
Factory.makeSourceLoc(int line,
int col) |
| Modifier and Type | Method and Description |
|---|---|
JoinPoint.EnclosingStaticPart |
Factory.makeESJP(String kind,
Signature sig,
SourceLocation loc) |
JoinPoint.StaticPart |
Factory.makeSJP(String kind,
Signature sig,
SourceLocation loc) |
Copyright © 2020. All rights reserved.