FlowTraceNodeInputExecutionChainItem

Represents an item in the execution chain for flow trace node input tracking.

Types

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

Properties

Link copied to clipboard
val index: Int?

The index position of this item in the execution chain.

Link copied to clipboard

The name of the node in the execution chain.

Link copied to clipboard

The type of execution chain item. Supported values are Iterator and Loop.

Functions

Link copied to clipboard
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