Class ExtractInterface.CreateInterface

java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.java.tree.J,P>
org.openrewrite.java.JavaVisitor<P>
org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext>
org.openrewrite.java.ExtractInterface.CreateInterface
Enclosing class:
ExtractInterface

public static class ExtractInterface.CreateInterface extends JavaIsoVisitor<org.openrewrite.ExecutionContext>
  • Constructor Details

    • CreateInterface

      public CreateInterface()
  • Method Details

    • postVisit

      public org.openrewrite.java.tree.J postVisit(org.openrewrite.java.tree.J tree, org.openrewrite.ExecutionContext ctx)
      Overrides:
      postVisit in class org.openrewrite.TreeVisitor<org.openrewrite.java.tree.J,org.openrewrite.ExecutionContext>
    • visitClassDeclaration

      public org.openrewrite.java.tree.J.ClassDeclaration visitClassDeclaration(org.openrewrite.java.tree.J.ClassDeclaration classDecl, org.openrewrite.ExecutionContext ctx)
      Overrides:
      visitClassDeclaration in class JavaIsoVisitor<org.openrewrite.ExecutionContext>
    • visitMethodDeclaration

      public org.openrewrite.java.tree.J.MethodDeclaration visitMethodDeclaration(org.openrewrite.java.tree.J.MethodDeclaration method, org.openrewrite.ExecutionContext ctx)
      Overrides:
      visitMethodDeclaration in class JavaIsoVisitor<org.openrewrite.ExecutionContext>