Class Type.Array
java.lang.Object
software.amazon.smithy.rulesengine.language.eval.Type.Array
- All Implemented Interfaces:
Type
- Enclosing interface:
- Type
-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.smithy.rulesengine.language.eval.Type
Type.Any, Type.Array, Type.Bool, Type.Empty, Type.Endpoint, Type.Integer, Type.Option, Type.Record, Type.String, Type.Tuple
-
Constructor Summary
Constructors -
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.eval.Type
expectBool, expectInt, expectObject, expectOptional, expectString, isA, provenTruthy
-
Constructor Details
-
Array
-
-
Method Details
-
getMember
-
expectArray
- Specified by:
expectArray
in interfaceType
- Throws:
InnerParseError
-
member
-
hashCode
public int hashCode() -
equals
-
toString
-