T
- the type of the filtered elements (an element belonging to the
filtered element must be assignable from T
).public interface Filter<T extends CtElement>
Modifier and Type | Method and Description |
---|---|
boolean |
matches(T element)
Tells if the given element matches.
|
Copyright © 2007–2021 Inria. All rights reserved.