Class ControlFlow

java.lang.Object
org.openrewrite.analysis.controlflow.ControlFlow

@Incubating(since="7.25.0") public final class ControlFlow extends Object
  • Constructor Details

    • ControlFlow

      public ControlFlow()
  • Method Details

    • findControlFlow

      public fj.data.Option<ControlFlowSummary> findControlFlow()
      A return value of Optional.empty() indicates that control flow can not be computed for the given start point.
    • startingAt

      public static ControlFlow startingAt(org.openrewrite.Cursor start)