Class IntegerType
- java.lang.Object
-
- software.amazon.smithy.rulesengine.language.evaluation.type.IntegerType
-
- All Implemented Interfaces:
Type
public final class IntegerType extends java.lang.ObjectThe "integer" type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)IntegerTypeexpectIntegerType()inthashCode()java.lang.StringtoString()-
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, expectOptionalType, expectRecordType, expectStringType, expectTupleType, isA, provenTruthy
-
-
-
-
Method Detail
-
expectIntegerType
public IntegerType expectIntegerType()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-