Package com. valgolang. frontend. datastructures. binarytree
Types
BinaryTreeNodeAccess
Link copied to clipboard
BinaryTreeNodeElemAccessNode
Link copied to clipboard
data class BinaryTreeNodeElemAccessNode(lineNumber: Int, identifier: String, accessChain: List<DataStructureMethod>) : BinaryTreeNodeAccess
Content copied to clipboard
BinaryTreeNodeType
Link copied to clipboard
data class BinaryTreeNodeType(internalType: Type) : DataStructureType, NullableDataStructure
Content copied to clipboard
BinaryTreeRootAccessNode
Link copied to clipboard
data class BinaryTreeRootAccessNode(lineNumber: Int, identifier: String, elemAccessNode: BinaryTreeNodeElemAccessNode) : BinaryTreeNodeAccess
Content copied to clipboard
BinaryTreeType
Link copied to clipboard