Class IntegerType
- java.lang.Object
-
- software.amazon.smithy.rulesengine.language.evaluation.type.IntegerType
-
- All Implemented Interfaces:
Type
public final class IntegerType extends java.lang.Object
The "integer" type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
IntegerType
expectIntegerType()
int
hashCode()
java.lang.String
toString()
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-