BlockReference

A reference to 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 block within its parent block.

Link copied to clipboard

Unique identifier for the block.

Link copied to clipboard

List of child blocks within this block.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: BlockReference.Builder.() -> Unit = {}): BlockReference
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