Class TsTreePrinter

java.lang.Object
org.openrewrite.javascript.internal.TsTreePrinter

public class TsTreePrinter extends Object
  • Constructor Details

    • TsTreePrinter

      protected TsTreePrinter()
  • Method Details

    • print

      public static String print(org.openrewrite.Parser.Input input)
    • print

      public static String print(org.openrewrite.Tree tree)
    • print

      public static String print(TSCNode node, TSCSourceFileContext context, boolean printSpace)
    • printTSTree

      public static String printTSTree(TSCNode node, TSCSourceFileContext context, boolean printSpace)
    • printJTree

      public static String printJTree(org.openrewrite.Tree tree)
    • printIndexedSourceCode

      public static String printIndexedSourceCode(String sourceCode)