Package org.openrewrite.analysis.search
Class FindFlowBetweenMethods
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<GlobalDataFlow.Accumulator>
org.openrewrite.analysis.search.FindFlowBetweenMethods
- All Implemented Interfaces:
Cloneable
public class FindFlowBetweenMethods
extends org.openrewrite.ScanningRecipe<GlobalDataFlow.Accumulator>
Finds either Taint or Data flow between specified start and end methods.
-
Field Summary
Fields inherited from class org.openrewrite.Recipe
contributors, examples, PANIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInitialValue(org.openrewrite.ExecutionContext ctx) org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> Methods inherited from class org.openrewrite.ScanningRecipe
generate, generate, getAccumulator, getVisitorMethods inherited from class org.openrewrite.Recipe
addDataTable, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll
-
Constructor Details
-
FindFlowBetweenMethods
public FindFlowBetweenMethods()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
getInitialValue
- Specified by:
getInitialValuein classorg.openrewrite.ScanningRecipe<GlobalDataFlow.Accumulator>
-
getScanner
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getScanner(GlobalDataFlow.Accumulator acc) - Specified by:
getScannerin classorg.openrewrite.ScanningRecipe<GlobalDataFlow.Accumulator>
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor(GlobalDataFlow.Accumulator acc) - Overrides:
getVisitorin classorg.openrewrite.ScanningRecipe<GlobalDataFlow.Accumulator>
-