Class ArrayType
java.lang.Object
software.amazon.smithy.rulesengine.language.evaluation.type.ArrayType
- All Implemented Interfaces:
 Type
The "array" type, which contains entries of a member type.
- 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.smithy.rulesengine.language.evaluation.type.Type
expectAnyType, expectBooleanType, expectEmptyType, expectEndpointType, expectIntegerType, expectOptionalType, expectRecordType, expectStringType, expectTupleType, isA, provenTruthy 
- 
Method Details
- 
getMember
Gets the type of the member in this array.- Returns:
 - the type of the member in this array.
 
 - 
expectArrayType
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -