Class Cs.SwitchStatement.Padding

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

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

    • Padding

      public Padding()
  • Method Details

    • getExpression

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

      public Cs.SwitchStatement withExpression(org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Expression> expression)
    • getSections

      public org.openrewrite.java.tree.JContainer<Cs.SwitchSection> getSections()
    • withSections

      public Cs.SwitchStatement withSections(org.openrewrite.java.tree.JContainer<Cs.SwitchSection> sections)