Package org.aspectj.weaver.tools
Interface JoinPointMatch
-
- All Known Implementing Classes:
JoinPointMatchImpl
public interface JoinPointMatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointcutParameter[]getParameterBindings()booleanmatches()
-
-
-
Method Detail
-
matches
boolean matches()
-
getParameterBindings
PointcutParameter[] getParameterBindings()
-
-