Packages

c

bsp.codegen.ir.SmithyToIR

DocShapeVisitor

class DocShapeVisitor extends Default[Unit]

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

Instance Constructors

  1. new DocShapeVisitor(map: Map[ShapeId, DocNode])

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): Unit
    Definition Classes
    Default → ShapeVisitor
  6. def bigIntegerShape(arg0: BigIntegerShape): Unit
    Definition Classes
    Default → ShapeVisitor
  7. def blobShape(arg0: BlobShape): Unit
    Definition Classes
    Default → ShapeVisitor
  8. def booleanShape(arg0: BooleanShape): Unit
    Definition Classes
    Default → ShapeVisitor
  9. def byteShape(arg0: ByteShape): Unit
    Definition Classes
    Default → ShapeVisitor
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def documentShape(arg0: DocumentShape): Unit
    Definition Classes
    Default → ShapeVisitor
  12. def doubleShape(arg0: DoubleShape): Unit
    Definition Classes
    Default → ShapeVisitor
  13. def enumShape(arg0: EnumShape): Unit
    Definition Classes
    ShapeVisitor
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def floatShape(arg0: FloatShape): Unit
    Definition Classes
    Default → ShapeVisitor
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def getDefault(shape: Shape): Unit
    Attributes
    protected
    Definition Classes
    DocShapeVisitor → Default
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def intEnumShape(arg0: IntEnumShape): Unit
    Definition Classes
    ShapeVisitor
  21. def integerShape(arg0: IntegerShape): Unit
    Definition Classes
    Default → ShapeVisitor
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def listShape(arg0: ListShape): Unit
    Definition Classes
    Default → ShapeVisitor
  24. def longShape(arg0: LongShape): Unit
    Definition Classes
    Default → ShapeVisitor
  25. def mapShape(arg0: MapShape): Unit
    Definition Classes
    Default → ShapeVisitor
  26. def memberShape(arg0: MemberShape): Unit
    Definition Classes
    Default → ShapeVisitor
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. def operationShape(shape: OperationShape): Unit
    Definition Classes
    DocShapeVisitor → Default → ShapeVisitor
  31. def resourceShape(arg0: ResourceShape): Unit
    Definition Classes
    Default → ShapeVisitor
  32. def serviceShape(shape: ServiceShape): Unit
    Definition Classes
    DocShapeVisitor → Default → ShapeVisitor
  33. def shortShape(arg0: ShortShape): Unit
    Definition Classes
    Default → ShapeVisitor
  34. def stringShape(arg0: StringShape): Unit
    Definition Classes
    Default → ShapeVisitor
  35. def structureShape(arg0: StructureShape): Unit
    Definition Classes
    Default → ShapeVisitor
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def timestampShape(arg0: TimestampShape): Unit
    Definition Classes
    Default → ShapeVisitor
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def unionShape(arg0: UnionShape): Unit
    Definition Classes
    Default → 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

    (Since version 9)

  2. def setShape(arg0: SetShape): Unit
    Definition Classes
    ShapeVisitor
    Annotations
    @Deprecated
    Deprecated

Inherited from Default[Unit]

Inherited from ShapeVisitor[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped