Package org.openrewrite.concourse
Class ChangeValue
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<org.openrewrite.concourse.ChangeValue.Accumulator>
org.openrewrite.concourse.ChangeValue
- All Implemented Interfaces:
Cloneable
public class ChangeValue
extends org.openrewrite.ScanningRecipe<org.openrewrite.concourse.ChangeValue.Accumulator>
-
Field Summary
Fields inherited from class org.openrewrite.Recipe
contributors, examples, PANIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.concourse.ChangeValue.AccumulatorgetInitialValue(org.openrewrite.ExecutionContext ctx) org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getScanner(org.openrewrite.concourse.ChangeValue.Accumulator acc) org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor(org.openrewrite.concourse.ChangeValue.Accumulator acc) org.openrewrite.Validatedvalidate()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, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validateAll, validateAll
-
Constructor Details
-
ChangeValue
public ChangeValue()
-
-
Method Details
-
getEstimatedEffortPerOccurrence
- Overrides:
getEstimatedEffortPerOccurrencein classorg.openrewrite.Recipe
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
validate
public org.openrewrite.Validated validate()- Overrides:
validatein classorg.openrewrite.Recipe
-
getInitialValue
public org.openrewrite.concourse.ChangeValue.Accumulator getInitialValue(org.openrewrite.ExecutionContext ctx) - Specified by:
getInitialValuein classorg.openrewrite.ScanningRecipe<org.openrewrite.concourse.ChangeValue.Accumulator>
-
getScanner
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getScanner(org.openrewrite.concourse.ChangeValue.Accumulator acc) - Specified by:
getScannerin classorg.openrewrite.ScanningRecipe<org.openrewrite.concourse.ChangeValue.Accumulator>
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor(org.openrewrite.concourse.ChangeValue.Accumulator acc) - Overrides:
getVisitorin classorg.openrewrite.ScanningRecipe<org.openrewrite.concourse.ChangeValue.Accumulator>
-