public interface JoinPointMatch
| Modifier and Type | Method and Description |
|---|---|
PointcutParameter[] |
getParameterBindings()
Get the parameter bindings at the matched join point.
|
boolean |
matches()
True if the pointcut expression has matched at this join point, and false
otherwise
|
boolean matches()
PointcutParameter[] getParameterBindings()