Class JoinPointMatchImpl

java.lang.Object
org.aspectj.weaver.reflect.JoinPointMatchImpl
All Implemented Interfaces:
JoinPointMatch

public class JoinPointMatchImpl extends Object implements JoinPointMatch
Author:
colyer Implementation of JoinPointMatch for reflection based worlds.
  • Field Details

  • Constructor Details

  • Method Details

    • matches

      public boolean matches()
      Description copied from interface: JoinPointMatch
      True if the pointcut expression has matched at this join point, and false otherwise
      Specified by:
      matches in interface JoinPointMatch
    • getParameterBindings

      public PointcutParameter[] getParameterBindings()
      Description copied from interface: JoinPointMatch
      Get the parameter bindings at the matched join point. If the join point was not matched an empty array is returned.
      Specified by:
      getParameterBindings in interface JoinPointMatch