Class Cs.TypeParameterConstraintClause.Padding

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

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

    • Padding

      public Padding()
  • Method Details

    • getTypeParameter

      public @Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.J.Identifier> getTypeParameter()
    • withTypeParameter

      public Cs.TypeParameterConstraintClause withTypeParameter(@Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.J.Identifier> typeParameter)
    • getTypeParameterConstraints

      public @Nullable org.openrewrite.java.tree.JContainer<Cs.TypeParameterConstraint> getTypeParameterConstraints()
    • withTypeParameterConstraints

      public Cs.TypeParameterConstraintClause withTypeParameterConstraints(@Nullable org.openrewrite.java.tree.JContainer<Cs.TypeParameterConstraint> typeConstraints)