Class Value.Array
java.lang.Object
software.amazon.smithy.rulesengine.language.eval.Value
software.amazon.smithy.rulesengine.language.eval.Value.Array
- All Implemented Interfaces:
FromSourceLocation
,ToNode
- Enclosing class:
- 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
-
Method Summary
Methods inherited from class software.amazon.smithy.rulesengine.language.eval.Value
array, bool, endpointFromNode, expectBool, expectEndpoint, expectInteger, expectRecord, expectString, fromNode, getSourceLocation, integer, isNone, none, record, string
-
Method Details
-
getValues
-
type
-
expectArray
- Overrides:
expectArray
in classValue
-
get
-
toNode
Description copied from interface:ToNode
Converts a value to aNode
.- Returns:
- Returns the creates Node.
-
hashCode
public int hashCode() -
equals
-
toString
-