java.lang.Object
com.aquima.interactions.expressions.tsl.printer.TslPrinter

public class TslPrinter extends Object
Utility class that prints a tsl node structure as a tsl text.
Since:
6.5.12
Author:
Jon van Leuven
  • Constructor Details

    • TslPrinter

      public TslPrinter()
      Constructs a tsl printer with a default expression printer.
    • TslPrinter

      public TslPrinter(ITslExpressionPrinter printer)
      Constructs a tsl printer with an expression printer.
      Parameters:
      printer - The expression printer that is responsible for printing the expressions used in the TSL.
  • Method Details