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

public class IdentifierNode extends ParseNodeBase
Parse node representing an identifier.
Since:
6.4
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • IdentifierNode

      public IdentifierNode(String name)
      Constructs the parse node with the name of the identifier.
      Parameters:
      name - the name of the identifier.
  • Method Details

    • getName

      public String getName()
      This method returns the name of the identifier.
      Returns:
      the name of the identifier.