ChildBlock

Nested block contained within a block.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Offset of the start of the child block within its parent block.

Link copied to clipboard

Unique identifier for the child block.

Link copied to clipboard

Offset of the end of the child block within its parent block.

Functions

Link copied to clipboard
inline fun copy(block: ChildBlock.Builder.() -> Unit = {}): ChildBlock
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String