Class Value.None
- java.lang.Object
-
- software.amazon.smithy.rulesengine.language.eval.Value
-
- software.amazon.smithy.rulesengine.language.eval.Value.None
-
- All Implemented Interfaces:
FromSourceLocation,ToNode
- Enclosing class:
- Value
public static final class Value.None extends Value
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.smithy.rulesengine.language.eval.Value
Value.Array, Value.Bool, Value.Endpoint, Value.Integer, Value.None, Value.Record, Value.String
-
-
Constructor Summary
Constructors Constructor Description None()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNone()NodetoNode()Converts a value to aNode.Typetype()-
Methods inherited from class software.amazon.smithy.rulesengine.language.eval.Value
array, bool, endpointFromNode, expectArray, expectBool, expectEndpoint, expectInteger, expectRecord, expectString, fromNode, getSourceLocation, integer, none, record, string
-
-