Class ExprR7Printer

java.lang.Object
com.aquima.interactions.expressions.r7.printer.ExprR7Printer

public class ExprR7Printer extends Object
Utility class that prints a semantic node structure as an R7 expression.
Since:
6.4
Author:
F. van der Meer
  • Constructor Details

    • ExprR7Printer

      public ExprR7Printer()
      Constructs the R6 expression printer.
  • Method Details

    • print

      public String print(ISemanticNode node)
      This method prints the semantic node as a R7 expression.
      Parameters:
      node - The node that should be converted to an expression.
      Returns:
      R7 expression for the semantic node.