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.

@FunctionalInterface public interface StopConditionOnReachablePath
An interface to introduce a variety of conditions that stop traversing nodes.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Tests if a given node satisfies a condition that stops traversing nodes.
  • Method Details

    • isStop

      boolean isStop(CFGNode node)
      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, otherwise false