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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the parameter bindings at the matched join point.booleanmatches()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:JoinPointMatchTrue if the pointcut expression has matched at this join point, and false otherwise- Specified by:
matchesin interfaceJoinPointMatch
-
getParameterBindings
Description copied from interface:JoinPointMatchGet the parameter bindings at the matched join point. If the join point was not matched an empty array is returned.- Specified by:
getParameterBindingsin interfaceJoinPointMatch
-