Class Cs.Lambda

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

public static final class Cs.Lambda extends Object implements Cs, org.openrewrite.java.tree.Statement, org.openrewrite.java.tree.Expression
  • Constructor Details

    • Lambda

      public Lambda()
  • Method Details

    • acceptCSharp

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

      public org.openrewrite.java.tree.CoordinateBuilder.Statement getCoordinates()
      Specified by:
      getCoordinates in interface org.openrewrite.java.tree.Expression
      Specified by:
      getCoordinates in interface org.openrewrite.java.tree.Statement
    • getType

      public @Nullable org.openrewrite.java.tree.JavaType getType()
      Specified by:
      getType in interface org.openrewrite.java.tree.Expression
    • withType

      public Cs.Lambda withType(@Nullable org.openrewrite.java.tree.JavaType type)
      Specified by:
      withType in interface org.openrewrite.java.tree.Expression
    • toString

      public String toString()
      Overrides:
      toString in class Object