java.lang.Object
software.amazon.smithy.rulesengine.language.eval.Value
software.amazon.smithy.rulesengine.language.eval.Value.Bool
All Implemented Interfaces:
FromSourceLocation, ToNode
Enclosing class:
Value

public static final class Value.Bool extends Value
  • Method Details

    • type

      public Type type()
      Specified by:
      type in class Value
    • expectBool

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object