org.aspectj.weaver.tools
Interface JoinPointMatch

All Known Implementing Classes:
JoinPointMatchImpl

public interface JoinPointMatch


Method Summary
 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
 

Method Detail

matches

boolean matches()
True if the pointcut expression has matched at this join point, and false otherwise


getParameterBindings

PointcutParameter[] getParameterBindings()
Get the parameter bindings at the matched join point. If the join point was not matched an empty array is returned.