public class JoinPointMatchImpl extends java.lang.Object implements JoinPointMatch
| Modifier and Type | Field and Description |
|---|---|
static JoinPointMatch |
NO_MATCH |
| Constructor and Description |
|---|
JoinPointMatchImpl(PointcutParameter[] bindings) |
| Modifier and Type | Method and Description |
|---|---|
PointcutParameter[] |
getParameterBindings()
Get the parameter bindings at the matched join point.
|
boolean |
matches()
True if the pointcut expression has matched at this join point, and false
otherwise
|
public static final JoinPointMatch NO_MATCH
public JoinPointMatchImpl(PointcutParameter[] bindings)
public boolean matches()
JoinPointMatchmatches in interface JoinPointMatchpublic PointcutParameter[] getParameterBindings()
JoinPointMatchgetParameterBindings in interface JoinPointMatch