Class Cs.AttributeList

java.lang.Object
org.openrewrite.csharp.tree.Cs.AttributeList
All Implemented Interfaces:
Cs, org.openrewrite.java.tree.J, org.openrewrite.Tree
Enclosing interface:
Cs

public static final class Cs.AttributeList extends Object implements Cs
  • Constructor Details

    • AttributeList

      public AttributeList()
  • Method Details

    • getTarget

      public @Nullable org.openrewrite.java.tree.J.Identifier getTarget()
    • withTarget

      public Cs.AttributeList withTarget(@Nullable org.openrewrite.java.tree.J.Identifier target)
    • getAttributes

      public List<org.openrewrite.java.tree.J.Annotation> getAttributes()
    • withAttributes

      public Cs.AttributeList withAttributes(List<org.openrewrite.java.tree.J.Annotation> attributes)
    • acceptCSharp

      public <P> org.openrewrite.java.tree.J acceptCSharp(CSharpVisitor<P> v, P p)
      Specified by:
      acceptCSharp in interface Cs
    • getPadding

      public Cs.AttributeList.Padding getPadding()
    • toString

      public String toString()
      Overrides:
      toString in class Object