Package org.aspectj.weaver.reflect
Class JoinPointMatchImpl
- java.lang.Object
-
- org.aspectj.weaver.reflect.JoinPointMatchImpl
-
- All Implemented Interfaces:
JoinPointMatch
public class JoinPointMatchImpl extends Object implements JoinPointMatch
-
-
Field Summary
Fields Modifier and Type Field Description static JoinPointMatchNO_MATCH
-
Constructor Summary
Constructors Constructor Description JoinPointMatchImpl(PointcutParameter[] bindings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointcutParameter[]getParameterBindings()booleanmatches()
-
-
-
Field Detail
-
NO_MATCH
public static final JoinPointMatch NO_MATCH
-
-
Constructor Detail
-
JoinPointMatchImpl
public JoinPointMatchImpl(PointcutParameter[] bindings)
-
-
Method Detail
-
matches
public boolean matches()
- Specified by:
matchesin interfaceJoinPointMatch
-
getParameterBindings
public PointcutParameter[] getParameterBindings()
- Specified by:
getParameterBindingsin interfaceJoinPointMatch
-
-