interface Node
equals |
abstract fun equals(other: Any?): Boolean |
hashCode |
abstract fun hashCode(): Int |
toPrettyString |
open fun toPrettyString(): String |
CallNode |
open class CallNode : Node |
ClassNode |
data class ClassNode : Node |
GroupedNode |
interface GroupedNode<T> : Node |