Class MethodCalls

java.lang.Object
org.openrewrite.DataTable<MethodCalls.Row>
org.openrewrite.java.table.MethodCalls

public class MethodCalls extends org.openrewrite.DataTable<MethodCalls.Row>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MethodCalls(org.openrewrite.Recipe recipe)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    insertRow(org.openrewrite.ExecutionContext ctx, MethodCalls.Row row)
     

    Methods inherited from class org.openrewrite.DataTable

    allowWritingInThisCycle, getDescription, getDisplayName, getName, getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MethodCalls

      public MethodCalls(org.openrewrite.Recipe recipe)
  • Method Details

    • insertRow

      public void insertRow(org.openrewrite.ExecutionContext ctx, MethodCalls.Row row)
      Overrides:
      insertRow in class org.openrewrite.DataTable<MethodCalls.Row>