Class Py.KeyValue.Padding

java.lang.Object
org.openrewrite.python.tree.Py.KeyValue.Padding
Enclosing class:
Py.KeyValue

public static class Py.KeyValue.Padding extends Object
  • Constructor Details

    • Padding

      public Padding()
  • Method Details

    • getKey

      @Nullable public @Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> getKey()
    • withKey

      public Py.KeyValue withKey(@Nullable @Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> key)