Class G.ListLiteral.Padding

  • Enclosing class:
    G.ListLiteral

    public static class G.ListLiteral.Padding
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Padding()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Expression> getElements()  
      G.ListLiteral withElements​(org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Expression> elements)  
      • Methods inherited from class java.lang.Object

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

      • Padding

        public Padding()
    • Method Detail

      • getElements

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

        public G.ListLiteral withElements​(org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Expression> elements)