Class ControlFlow
java.lang.Object
org.openrewrite.analysis.controlflow.ControlFlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfj.data.Option<ControlFlowSummary>A return value ofOptional.empty()indicates that control flow can not be computed for the given start point.static ControlFlowstartingAt(org.openrewrite.Cursor start)
-
Constructor Details
-
ControlFlow
public ControlFlow()
-
-
Method Details
-
findControlFlow
A return value ofOptional.empty()indicates that control flow can not be computed for the given start point. -
startingAt
-