Class Cs.ClassDeclaration.Padding

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

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

    • Padding

      public Padding()
  • Method Details

    • getPrimaryConstructor

      public @Nullable org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Statement> getPrimaryConstructor()
    • withPrimaryConstructor

      public Cs.ClassDeclaration withPrimaryConstructor(@Nullable org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Statement> primaryConstructor)
    • getExtendings

      public @Nullable org.openrewrite.java.tree.JLeftPadded<org.openrewrite.java.tree.TypeTree> getExtendings()
    • withExtendings

      public Cs.ClassDeclaration withExtendings(@Nullable org.openrewrite.java.tree.JLeftPadded<org.openrewrite.java.tree.TypeTree> extendings)
    • getImplementings

      public @Nullable org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.TypeTree> getImplementings()
    • withImplementings

      public Cs.ClassDeclaration withImplementings(@Nullable org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.TypeTree> implementings)
    • getKind

      public org.openrewrite.java.tree.J.ClassDeclaration.Kind getKind()
    • withKind

      public Cs.ClassDeclaration withKind(org.openrewrite.java.tree.J.ClassDeclaration.Kind kind)
    • getTypeParameters

      public @Nullable org.openrewrite.java.tree.JContainer<Cs.TypeParameter> getTypeParameters()
    • withTypeParameters

      public Cs.ClassDeclaration withTypeParameters(@Nullable org.openrewrite.java.tree.JContainer<Cs.TypeParameter> typeParameters)
    • getTypeParameterConstraintClauses

      public @Nullable org.openrewrite.java.tree.JContainer<Cs.TypeParameterConstraintClause> getTypeParameterConstraintClauses()
    • withTypeParameterConstraintClauses

      public Cs.ClassDeclaration withTypeParameterConstraintClauses(@Nullable org.openrewrite.java.tree.JContainer<Cs.TypeParameterConstraintClause> typeParameterConstraintClauses)