public class ReturnOrThrowFilter extends java.lang.Object implements Filter<CtCFlowBreak>
Constructor and Description |
---|
ReturnOrThrowFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(CtCFlowBreak cflowBreak)
Tells if the given element matches.
|
public boolean matches(CtCFlowBreak cflowBreak)
Filter
matches
in interface Filter<CtCFlowBreak>
cflowBreak
- - the element to be checked for a match. Parameter element is never null if Query
is used.Copyright © 2007–2021 Inria. All rights reserved.