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

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

    • type

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

      public int expectInteger()
      Overrides:
      expectInteger in class Value
    • toNode

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