Interface FlowNodeVisitor

    • Method Detail

      • visit

        boolean visit​(@NonNull
                      FlowNode f)
        Visit the flow node, and indicate if we should continue analysis
        Parameters:
        f - Node to visit
        Returns:
        False if we should stop visiting nodes