class DocShapeVisitor extends Default[Unit]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocShapeVisitor
- 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): Unit
- Definition Classes
- Default → ShapeVisitor
- def bigIntegerShape(arg0: BigIntegerShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def blobShape(arg0: BlobShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def booleanShape(arg0: BooleanShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def byteShape(arg0: ByteShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def documentShape(arg0: DocumentShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def doubleShape(arg0: DoubleShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def enumShape(arg0: EnumShape): Unit
- Definition Classes
- ShapeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def floatShape(arg0: FloatShape): Unit
- Definition Classes
- Default → ShapeVisitor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getDefault(shape: Shape): Unit
- Attributes
- protected
- Definition Classes
- DocShapeVisitor → Default
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def intEnumShape(arg0: IntEnumShape): Unit
- Definition Classes
- ShapeVisitor
- def integerShape(arg0: IntegerShape): Unit
- Definition Classes
- Default → ShapeVisitor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listShape(arg0: ListShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def longShape(arg0: LongShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def mapShape(arg0: MapShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def memberShape(arg0: MemberShape): Unit
- 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(shape: OperationShape): Unit
- Definition Classes
- DocShapeVisitor → Default → ShapeVisitor
- def resourceShape(arg0: ResourceShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def serviceShape(shape: ServiceShape): Unit
- Definition Classes
- DocShapeVisitor → Default → ShapeVisitor
- def shortShape(arg0: ShortShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def stringShape(arg0: StringShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def structureShape(arg0: StructureShape): Unit
- Definition Classes
- Default → ShapeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestampShape(arg0: TimestampShape): Unit
- Definition Classes
- Default → ShapeVisitor
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unionShape(arg0: UnionShape): Unit
- 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])