Packages

object ToIRVisitor extends Default[Option[Def]]

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

Inherited from Default[Option[Def]]

Inherited from ShapeVisitor[Option[Def]]

Inherited from AnyRef

Inherited from Any

Ungrouped