Binary Tree Root Access Node
data class BinaryTreeRootAccessNode(lineNumber: Int, identifier: String, elemAccessNode: BinaryTreeNodeElemAccessNode) : BinaryTreeNodeAccess
Content copied to clipboard
Binary tree root access node
Represents access to the root of a binary tree wrapper type class
Constructors
BinaryTreeRootAccessNode
Link copied to clipboard
fun BinaryTreeRootAccessNode(lineNumber: Int, identifier: String, elemAccessNode: BinaryTreeNodeElemAccessNode)
Content copied to clipboard
Create empty Binary tree root access node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, identifier: String, elemAccessNode: BinaryTreeNodeElemAccessNode): BinaryTreeRootAccessNode
Content copied to clipboard
Properties
elemAccessNode
Link copied to clipboard
identifier
Link copied to clipboard
lineNumber
Link copied to clipboard