Class VariableNode

    • Constructor Detail

      • VariableNode

        public VariableNode​(IdentifierNode variableName)
        Constructs the node with the name of the variable.
        Parameters:
        variableName - The name of the variable.
    • Method Detail

      • getVariableName

        public IdentifierNode getVariableName()
        This method returns the name of the variable.
        Returns:
        the name of the variable.
      • getFullName

        public String getFullName()
        Returns the full name with dotted notation from the variable node and it's parents.
        Returns:
        The full name with dotted notation from the variable node and it's parents.