Class FieldVariableNode

  • All Implemented Interfaces:
    IParseNode

    public class FieldVariableNode
    extends VariableNode
    Parse node representing a field variable.
    Since:
    6.4
    Author:
    F. van der Meer, O. Kerpershoek
    • Constructor Detail

      • FieldVariableNode

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

      • getParent

        public VariableNode getParent()
        This method returns the parent variable of the field variable.
        Returns:
        the parent variable of the field variable.
      • getFullName

        public String getFullName()
        Description copied from class: VariableNode
        Returns the full name with dotted notation from the variable node and it's parents.
        Overrides:
        getFullName in class VariableNode
        Returns:
        The full name with dotted notation from the variable node and it's parents.