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 Summary
Constructors - 
Method Summary
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 
- 
Constructor Details
- 
EmptyValue
public EmptyValue() 
 - 
 - 
Method Details