Class CoordinateBuilder.Expression

java.lang.Object
org.openrewrite.java.tree.CoordinateBuilder
org.openrewrite.java.tree.CoordinateBuilder.Expression
Direct Known Subclasses:
CoordinateBuilder.Annotation, CoordinateBuilder.Identifier, CoordinateBuilder.Statement
Enclosing class:
CoordinateBuilder

public static class CoordinateBuilder.Expression extends CoordinateBuilder
  • Constructor Details

    • Expression

      public Expression(org.openrewrite.java.tree.J tree)
      Parameters:
      tree - This is of type J only so that statements that are not expressions can call super on this type. Since CoordinateBuilder.Statement overrides replace(), this is not otherwise a problem.
  • Method Details