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
An empty value.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class software.amazon.smithy.rulesengine.language.evaluation.value.ValuearrayValue, booleanValue, emptyValue, endpointValue, expectArrayValue, expectBooleanValue, expectEndpointValue, expectIntegerValue, expectRecordValue, expectStringValue, fromNode, getSourceLocation, integerValue, recordValue, stringValue
- 
Constructor Details- 
EmptyValuepublic EmptyValue()
 
- 
- 
Method Details