id

@get:JvmName(name = "getId")
actual val id: ULong(source)

The numeric ID of the node.

Within any given syntax tree, no two nodes have the same ID. However, if a new tree is created based on an older tree, and a node from the old tree is reused in the process, then that node will have the same ID in both trees.

expect val id: ULong(source)

The numeric ID of the node.

Within any given syntax tree, no two nodes have the same ID. However, if a new tree is created based on an older tree, and a node from the old tree is reused in the process, then that node will have the same ID in both trees.

@get:JvmName(name = "getId")
actual val id: ULong(source)

The numeric ID of the node.

Within any given syntax tree, no two nodes have the same ID. However, if a new tree is created based on an older tree, and a node from the old tree is reused in the process, then that node will have the same ID in both trees.

actual val id: ULong(source)

The numeric ID of the node.

Within any given syntax tree, no two nodes have the same ID. However, if a new tree is created based on an older tree, and a node from the old tree is reused in the process, then that node will have the same ID in both trees.