Klasse JoinPointMatchImpl

java.lang.Object
org.aspectj.weaver.reflect.JoinPointMatchImpl
Alle implementierten Schnittstellen:
JoinPointMatch

public class JoinPointMatchImpl extends Object implements JoinPointMatch
Autor:
colyer Implementation of JoinPointMatch for reflection based worlds.
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • matches

      public boolean matches()
      Beschreibung aus Schnittstelle kopiert: JoinPointMatch
      True if the pointcut expression has matched at this join point, and false otherwise
      Angegeben von:
      matches in Schnittstelle JoinPointMatch
    • getParameterBindings

      public PointcutParameter[] getParameterBindings()
      Beschreibung aus Schnittstelle kopiert: JoinPointMatch
      Get the parameter bindings at the matched join point. If the join point was not matched an empty array is returned.
      Angegeben von:
      getParameterBindings in Schnittstelle JoinPointMatch