BinaryTreeNodeAccess

sealed class BinaryTreeNodeAccess : ExpressionNode, AssignLHS

Binary tree node access

Represents access to a node in a binary tree

Parameters

lineNumber

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

identifier
Link copied to clipboard
abstract val identifier: String
lineNumber
Link copied to clipboard
open override val lineNumber: Int

Inheritors

BinaryTreeNodeElemAccessNode
Link copied to clipboard
BinaryTreeRootAccessNode
Link copied to clipboard