Class Cs.SwitchSection.Padding

java.lang.Object
org.openrewrite.csharp.tree.Cs.SwitchSection.Padding
Enclosing class:
Cs.SwitchSection

public static class Cs.SwitchSection.Padding extends Object
  • Constructor Details

    • Padding

      public Padding()
  • Method Details

    • getStatements

      public List<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Statement>> getStatements()
    • withStatements

      public Cs.SwitchSection withStatements(List<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Statement>> statements)