Class TupleType
java.lang.Object
software.amazon.smithy.rulesengine.language.evaluation.type.TupleType
- All Implemented Interfaces:
Type
A "tuple" type, containing members of varying types.
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.smithy.rulesengine.language.evaluation.type.Type
expectAnyType, expectArrayType, expectBooleanType, expectEmptyType, expectEndpointType, expectIntegerType, expectOptionalType, expectRecordType, expectStringType, isA, provenTruthy
-
Method Details
-
getMemberTypes
Gets the types of each member in the tuple.- Returns:
- the types of each member in the tuple.
-
expectTupleType
- Throws:
InnerParseError
-
equals
-
hashCode
public int hashCode() -
toString
-