Schnittstelle JoinPointMatch

Alle bekannten Implementierungsklassen:
JoinPointMatchImpl

public interface JoinPointMatch
Autor:
colyer The result of asking a ShadowMatch to match at a given join point.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Get the parameter bindings at the matched join point.
    boolean
    True if the pointcut expression has matched at this join point, and false otherwise
  • Methodendetails

    • 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.