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

      • IdentifierNode

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

      • getName

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