Class TemplateNode
java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.TemplateNode
- All Implemented Interfaces:
IParseNode
Parse node representing a call to a template (reusable expression).
- Since:
- 6.4
- Author:
- F. van der Meer, O. Kerpershoek
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateNode
(String name) Constructs the template node with the name of the reusable expression. -
Method Summary
Methods inherited from class com.aquima.interactions.expressions.parser.ParseNodeBase
getEndPosition, getPosition, setPosition
-
Constructor Details
-
TemplateNode
Constructs the template node with the name of the reusable expression.- Parameters:
name
- The name of the reusable expression template.
-
-
Method Details
-
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.
-