Packages

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. 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. def aliasShape(shape: Shape): List[Def]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bigDecimalShape(arg0: BigDecimalShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  7. def bigIntegerShape(arg0: BigIntegerShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  8. def blobShape(arg0: BlobShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  9. def booleanShape(shape: BooleanShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  10. def buildOperation(op: OperationShape): Option[Operation]
  11. def byteShape(arg0: ByteShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  13. def dataKindShapeId(dataTypeShapeId: ShapeId): ShapeId
  14. def documentShape(shape: DocumentShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  15. def doubleShape(shape: DoubleShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  16. def enumShape(shape: EnumShape): List[Def]
    Definition Classes
    ToIRVisitor → ShapeVisitor
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def floatShape(shape: FloatShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def getDefault(shape: Shape): List[Def]
    Attributes
    protected
    Definition Classes
    ToIRVisitor → Default
  22. def getType(maybeShapeId: Optional[ShapeId]): Option[Type]
  23. def getType(shapeId: ShapeId): Option[Type]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def intEnumShape(shape: IntEnumShape): List[Def]
    Definition Classes
    ToIRVisitor → ShapeVisitor
  26. def integerShape(shape: IntegerShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def listShape(shape: ListShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  29. def longShape(shape: LongShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  30. def mapShape(shape: MapShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  31. def memberShape(arg0: MemberShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  35. def operationShape(arg0: OperationShape): List[Def]
    Definition Classes
    Default → ShapeVisitor
  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(shape: UnionShape): List[Def]
    Definition Classes
    ToIRVisitor → Default → ShapeVisitor
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. 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): 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