RoutingResolveTraceEntry

open class RoutingResolveTraceEntry(val route: RouteNode, val segmentIndex: Int, var result: RoutingResolveResult? = null)

Represents a single entry in the RoutingResolveTrace.

Parameters

route

specifies instance of RouteNode for this entry.

segmentIndex

specifies index in RoutingResolveTrace.segments for this entry.

result

specifies resolution result for this entry.

Constructors

Link copied to clipboard
constructor(route: RouteNode, segmentIndex: Int, result: RoutingResolveResult? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Appends a child to this entry

Link copied to clipboard
open fun buildText(builder: StringBuilder, indent: Int)

Builds detailed text description for this trace entry, including children.

Link copied to clipboard
open override fun toString(): String