Binary Tree Node Elem Access Node
data class BinaryTreeNodeElemAccessNode(lineNumber: Int, identifier: String, accessChain: List<DataStructureMethod>) : BinaryTreeNodeAccess
Content copied to clipboard
Binary tree node elem access node
Represents access to a nodes in a binary tree e.g. node.left.right.value
Constructors
BinaryTreeNodeElemAccessNode
Link copied to clipboard
fun BinaryTreeNodeElemAccessNode(lineNumber: Int, identifier: String, accessChain: List<DataStructureMethod>)
Content copied to clipboard
Create empty Binary tree node elem 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, accessChain: List<DataStructureMethod>): BinaryTreeNodeElemAccessNode
Content copied to clipboard
Properties
accessChain
Link copied to clipboard
identifier
Link copied to clipboard
lineNumber
Link copied to clipboard