Class EmptyValue

    • Constructor Detail

      • EmptyValue

        public EmptyValue()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Overrides:
        isEmpty in class Value
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Returns:
        Returns the creates Node.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object