CodeGenNode

Represents a node in a directed acyclic graph (DAG)

Types

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

Properties

Link copied to clipboard

Properties of the node, in the form of name-value pairs.

Link copied to clipboard
val id: String

A node identifier that is unique within the node's graph.

Link copied to clipboard

The line number of the node.

Link copied to clipboard

The type of node that this is.

Functions

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