Interface Yaml

    • Method Detail

      • print

        default java.lang.String print()
        Specified by:
        print in interface org.openrewrite.Tree
      • printTrimmed

        default java.lang.String printTrimmed()
        Specified by:
        printTrimmed in interface org.openrewrite.Tree
      • accept

        default <R> R accept​(org.openrewrite.SourceVisitor<R> v)
        Specified by:
        accept in interface org.openrewrite.Tree
      • copyPaste

        Yaml copyPaste()
        Returns:
        A new deep copy of this block with different IDs.