Package org.jtool.cfg
Interface StopConditionOnReachablePath
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface to introduce a variety of conditions that stop traversing nodes.
-
Method Summary
-
Method Details
-
isStop
Tests if a given node satisfies a condition that stops traversing nodes.- Parameters:
node
- the node to be checked- Returns:
true
if the node satisfies the condition, otherwisefalse
-