Package org.aspectj.weaver.reflect
Class JoinPointMatchImpl
java.lang.Object
org.aspectj.weaver.reflect.JoinPointMatchImpl
- All Implemented Interfaces:
JoinPointMatch
- Author:
- colyer Implementation of JoinPointMatch for reflection based worlds.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameter bindings at the matched join point.boolean
matches()
True if the pointcut expression has matched at this join point, and false otherwise
-
Field Details
-
NO_MATCH
-
-
Constructor Details
-
JoinPointMatchImpl
-
-
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 interfaceJoinPointMatch
-
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 interfaceJoinPointMatch
-