booster / com.didiglobal.booster.cha.graph / CallNode

CallNode

open class CallNode : Node

Constructors

<init>

CallNode(type: String, name: String, desc: String)

Properties

args

val args: String

desc

val desc: String

name

val name: String

type

val type: String

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toPrettyString

open fun toPrettyString(): String

toString

open fun toString(): String

Companion Object Functions

valueOf

fun valueOf(s: String): CallNode