Package org.openrewrite.analysis.search
@NonNullApi
package org.openrewrite.analysis.search
This package is used to analyze the dataflow through a program.
The primary entry point for interacting with this logic is
org.openrewrite.analysis.dataflow.Dataflow#startingAt(org.openrewrite.Cursor).
-
ClassesClassDescriptionFinds either Taint or Data flow between specified start and end methods.Finds matching method invocations.