object ToIRVisitor extends Default[List[Def]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToIRVisitor
- Default
- ShapeVisitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aliasShape(shape: Shape): List[Def]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecimalShape(arg0: BigDecimalShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def bigIntegerShape(arg0: BigIntegerShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def blobShape(arg0: BlobShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def booleanShape(shape: BooleanShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def buildOperation(op: OperationShape): Option[Operation]
- def byteShape(arg0: ByteShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def dataKindShapeId(dataTypeShapeId: ShapeId): ShapeId
- def documentShape(shape: DocumentShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def doubleShape(shape: DoubleShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def enumShape(shape: EnumShape): List[Def]
- Definition Classes
- ToIRVisitor → ShapeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def floatShape(shape: FloatShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getDefault(shape: Shape): List[Def]
- Attributes
- protected
- Definition Classes
- ToIRVisitor → Default
- def getType(maybeShapeId: Optional[ShapeId]): Option[Type]
- def getType(shapeId: ShapeId): Option[Type]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def intEnumShape(shape: IntEnumShape): List[Def]
- Definition Classes
- ToIRVisitor → ShapeVisitor
- def integerShape(shape: IntegerShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listShape(shape: ListShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def longShape(shape: LongShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def mapShape(shape: MapShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def memberShape(arg0: MemberShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def operationShape(arg0: OperationShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def resourceShape(arg0: ResourceShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def serviceShape(shape: ServiceShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def shortShape(arg0: ShortShape): List[Def]
- Definition Classes
- Default → ShapeVisitor
- def stringShape(shape: StringShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def structureShape(shape: StructureShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestampShape(shape: TimestampShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def toField(member: MemberShape): Option[Field]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unionShape(shape: UnionShape): List[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])