Constructor and Description |
---|
OverriddenMethodFilter(CtMethod<?> method)
Creates a new overridden method filter.
|
Modifier and Type | Method and Description |
---|---|
OverriddenMethodFilter |
includingSelf(boolean includingSelf) |
boolean |
matches(CtMethod<?> element)
Tells if the given element matches.
|
public OverriddenMethodFilter(CtMethod<?> method)
method
- the executable to be tested for being invokedpublic OverriddenMethodFilter includingSelf(boolean includingSelf)
includingSelf
- if false then element which is equal to the #method is not matching.
false is default behaviorCopyright © 2007–2021 Inria. All rights reserved.