InheritanceNode

data class InheritanceNode(dri: DRI, children: List<TreeViewPage.InheritanceNode>, interfaces: List<DRI>, isInterface: Boolean)

Functions

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

Properties

children
Link copied to clipboard
val children: List<TreeViewPage.InheritanceNode>
dri
Link copied to clipboard
val dri: DRI
interfaces
Link copied to clipboard
val interfaces: List<DRI>
isInterface
Link copied to clipboard
val isInterface: Boolean = false