Class 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 Detail

      • StringNode

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

      • getValue

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