Package org.openrewrite.python.tree
Class Py.KeyValue.Padding
java.lang.Object
org.openrewrite.python.tree.Py.KeyValue.Padding
- Enclosing class:
- Py.KeyValue
-
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)
-