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