java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.TemplateNode
All Implemented Interfaces:
IParseNode

public class TemplateNode extends ParseNodeBase
Parse node representing a call to a template (reusable expression).
Since:
6.4
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • TemplateNode

      public TemplateNode(String name)
      Constructs the template node with the name of the reusable expression.
      Parameters:
      name - The name of the reusable expression template.
  • Method Details

    • getName

      public String getName()
      This method returns the name of the name of the reusable expression template.
      Returns:
      the name of the name of the reusable expression template.