Packages

o

bsp.codegen.ir.SmithyToIR

ToIRVisitor

object ToIRVisitor extends Default[List[Def]]

Linear Supertypes
Default[List[Def]], ShapeVisitor[List[Def]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToIRVisitor
  2. Default
  3. ShapeVisitor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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(arg0: BigDecimalShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  6. def bigIntegerShape(arg0: BigIntegerShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  7. def blobShape(arg0: BlobShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  8. def booleanShape(shape: BooleanShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  9. def buildOperation(op: OperationShape): Option[Operation]
  10. def byteShape(arg0: ByteShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def dataKindShapeId(dataTypeShapeId: ShapeId): ShapeId
  13. def documentShape(shape: DocumentShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  14. def doubleShape(shape: DoubleShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  15. def enumShape(shape: EnumShape): List[Def]
    Definition Classes
    ToIRVisitor → ShapeVisitor
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def floatShape(shape: FloatShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getDefault(shape: Shape): List[Def]
    Attributes
    protected
    Definition Classes
    ToIRVisitor → Default
  21. def getType(maybeShapeId: Optional[ShapeId]): Option[Type]
  22. def getType(shapeId: ShapeId): Option[Type]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def intEnumShape(shape: IntEnumShape): List[Def]
    Definition Classes
    ToIRVisitor → ShapeVisitor
  25. def integerShape(shape: IntegerShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def listShape(shape: ListShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  28. def longShape(shape: LongShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  29. def mapShape(arg0: MapShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  30. def memberShape(arg0: MemberShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def operationShape(arg0: OperationShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  35. def primitiveShape(shape: Shape): List[Def]
  36. def resourceShape(arg0: ResourceShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  37. def serviceShape(shape: ServiceShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  38. def shortShape(arg0: ShortShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  39. def stringShape(shape: StringShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  40. def structureShape(shape: StructureShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def timestampShape(shape: TimestampShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  43. def toField(member: MemberShape): Option[Field]
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def unionShape(arg0: UnionShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Default[List[Def]]

Inherited from ShapeVisitor[List[Def]]

Inherited from AnyRef

Inherited from Any

Ungrouped