Packages

o

bsp.codegen.ir.SmithyToIR

ToTypeVisitor

object ToTypeVisitor extends ShapeVisitor[Option[Type]]

Linear Supertypes
ShapeVisitor[Option[Type]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToTypeVisitor
  2. ShapeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bigDecimalShape(shape: BigDecimalShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  6. def bigIntegerShape(shape: BigIntegerShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  7. def blobShape(shape: BlobShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  8. def booleanShape(shape: BooleanShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  9. def byteShape(shape: ByteShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def documentShape(shape: DocumentShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  12. def doubleShape(shape: DoubleShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  13. def enumShape(shape: EnumShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def floatShape(shape: FloatShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def intEnumShape(shape: IntEnumShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  20. def integerShape(shape: IntegerShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def listShape(shape: ListShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  23. def longShape(shape: LongShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  24. def mapShape(shape: MapShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  25. def memberShape(shape: MemberShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def operationShape(shape: OperationShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  30. def prim(primitive: Primitive, shape: Shape): Option[Type]
  31. def resourceShape(shape: ResourceShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  32. def serviceShape(shape: ServiceShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  33. def shortShape(shape: ShortShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  34. def stringShape(shape: StringShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  35. def structureShape(shape: StructureShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def timestampShape(shape: TimestampShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def unionShape(shape: UnionShape): Option[Type]
    Definition Classes
    ToTypeVisitor → ShapeVisitor
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  2. def setShape(arg0: SetShape): Option[Type]
    Definition Classes
    ShapeVisitor
    Annotations
    @Deprecated @Deprecated
    Deprecated

Inherited from ShapeVisitor[Option[Type]]

Inherited from AnyRef

Inherited from Any

Ungrouped