Class Cs.DelegateDeclaration.Padding

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

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

    • Padding

      public Padding()
  • Method Details

    • getReturnType

      public org.openrewrite.java.tree.JLeftPadded<org.openrewrite.java.tree.TypeTree> getReturnType()
    • withReturnType

      public Cs.DelegateDeclaration withReturnType(org.openrewrite.java.tree.JLeftPadded<org.openrewrite.java.tree.TypeTree> returnType)
    • getTypeParameters

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

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

      public org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Statement> getParameters()
    • withParameters

      public Cs.DelegateDeclaration withParameters(org.openrewrite.java.tree.JContainer<org.openrewrite.java.tree.Statement> parameters)
    • getTypeParameterConstraintClauses

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

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