Class VariableConfigurationNode.NodeReference

  • All Implemented Interfaces:
    VariableReference
    Enclosing class:
    VariableConfigurationNode

    protected class VariableConfigurationNode.NodeReference
    extends java.lang.Object
    implements VariableReference
    Extend VariableReference class so we capture attempts to set the reference, and actually overwrite the child when that is done
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeReference​(int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNull()
      Check if this reference is null
      Variable resolve()
      Resolve the reference
      void setReference​(Variable v)
      Set the reference
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait