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

public class StringNode extends ParseNodeBase
Parse node representing a string value.
Since:
6.4
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • StringNode

      public StringNode(String strValue)
      Constructs the parse node with the string value.
      Parameters:
      strValue - The string value of the parse node.
  • Method Details

    • getValue

      public String getValue()
      This method returns the string value of the parse node.
      Returns:
      the string value of the parse node.