object ToIRVisitor extends Default[Option[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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecimalShape(arg0: BigDecimalShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def bigIntegerShape(arg0: BigIntegerShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def blobShape(arg0: BlobShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def booleanShape(shape: BooleanShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def buildOperation(op: OperationShape): Option[Operation]
- def byteShape(arg0: ByteShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def documentShape(shape: DocumentShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def doubleShape(shape: DoubleShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def enumShape(shape: EnumShape): Option[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): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDefault(shape: Shape): Option[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
- @native() @HotSpotIntrinsicCandidate()
- def intEnumShape(shape: IntEnumShape): Option[Def]
- Definition Classes
- ToIRVisitor → ShapeVisitor
- def integerShape(shape: IntegerShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listShape(arg0: ListShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def longShape(shape: LongShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def mapShape(arg0: MapShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def memberShape(arg0: MemberShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def operationShape(arg0: OperationShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def primitiveShape(shape: Shape): Option[Def]
- def resourceShape(arg0: ResourceShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def serviceShape(shape: ServiceShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def shortShape(arg0: ShortShape): Option[Def]
- Definition Classes
- Default → ShapeVisitor
- def stringShape(shape: StringShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def structureShape(shape: StructureShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestampShape(shape: TimestampShape): Option[Def]
- Definition Classes
- ToIRVisitor → Default → ShapeVisitor
- def toField(member: MemberShape): Option[Field]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unionShape(arg0: UnionShape): Option[Def]
- Definition Classes
- 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])