Class Py.FormattedString.Value.Padding

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

public static class Py.FormattedString.Value.Padding extends Object
  • Constructor Details

    • Padding

      public Padding()
  • Method Details

    • getExpression

      public org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> getExpression()
    • withExpression

      public Py.FormattedString.Value withExpression(org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> expression)
    • getDebug

      public @Nullable org.openrewrite.java.tree.JRightPadded<Boolean> getDebug()
    • withDebug

      public Py.FormattedString.Value withDebug(@Nullable org.openrewrite.java.tree.JRightPadded<Boolean> debug)