java.lang.Object
software.amazon.smithy.rulesengine.language.evaluation.value.Value
software.amazon.smithy.rulesengine.language.evaluation.value.EmptyValue
All Implemented Interfaces:
FromSourceLocation, ToNode

public final class EmptyValue extends Value
An empty value.
  • Constructor Details

    • EmptyValue

      public EmptyValue()
  • Method Details

    • getType

      public Type getType()
      Specified by:
      getType in class Value
    • 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 String toString()
      Overrides:
      toString in class Object