Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface JoinPointMatch
Method Summary | |
PointcutParameter[] |
|
boolean |
|
public PointcutParameter[] getParameterBindings()
Get the parameter bindings at the matched join point. If the join point was not matched an empty array is returned.
public boolean matches()
True if the pointcut expression has matched at this join point, and false otherwise