Class Py.CollectionLiteral.Padding

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

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

    • Padding

      public Padding()
  • Method Details

    • getElements

      public org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Expression> getElements()
    • withElements

      public Py.CollectionLiteral withElements(org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Expression> elements)