Class EmptyValue
- 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 Summary
Constructors Constructor Description EmptyValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType()
boolean
isEmpty()
Node
toNode()
Converts a value to aNode
.java.lang.String
toString()
-
Methods inherited from class software.amazon.smithy.rulesengine.language.evaluation.value.Value
arrayValue, booleanValue, emptyValue, endpointValue, expectArrayValue, expectBooleanValue, expectEndpointValue, expectIntegerValue, expectRecordValue, expectStringValue, fromNode, getSourceLocation, integerValue, recordValue, stringValue
-
-