public abstract class DynamicMethodMatcherPointcut extends DynamicMethodMatcher implements Pointcut
TRUE
Constructor and Description |
---|
DynamicMethodMatcherPointcut() |
Modifier and Type | Method and Description |
---|---|
ClassFilter |
getClassFilter()
Return the ClassFilter for this pointcut.
|
MethodMatcher |
getMethodMatcher()
Return the MethodMatcher for this pointcut.
|
isRuntime, matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matches
public ClassFilter getClassFilter()
Pointcut
getClassFilter
in interface Pointcut
null
)public final MethodMatcher getMethodMatcher()
Pointcut
getMethodMatcher
in interface Pointcut
null
)