Package org.openrewrite.java
Class ChangeMethodName
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.java.ChangeMethodName
-
public class ChangeMethodName extends org.openrewrite.Recipe
-
-
Constructor Summary
Constructors Constructor Description ChangeMethodName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
causesAnotherCycle()
java.lang.String
getDescription()
java.lang.String
getDisplayName()
protected JavaVisitor<org.openrewrite.ExecutionContext>
getSingleSourceApplicableTest()
JavaVisitor<org.openrewrite.ExecutionContext>
getVisitor()
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in classorg.openrewrite.Recipe
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in classorg.openrewrite.Recipe
-
getSingleSourceApplicableTest
protected JavaVisitor<org.openrewrite.ExecutionContext> getSingleSourceApplicableTest()
- Overrides:
getSingleSourceApplicableTest
in classorg.openrewrite.Recipe
-
causesAnotherCycle
public boolean causesAnotherCycle()
- Overrides:
causesAnotherCycle
in classorg.openrewrite.Recipe
-
getVisitor
public JavaVisitor<org.openrewrite.ExecutionContext> getVisitor()
- Overrides:
getVisitor
in classorg.openrewrite.Recipe
-
-