open class CallNode : Node
<init> |
CallNode(type: String, name: String, desc: String) |
args |
val args: String |
desc |
val desc: String |
name |
val name: String |
type |
val type: String |
equals |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
toPrettyString |
open fun toPrettyString(): String |
toString |
open fun toString(): String |
valueOf |
fun valueOf(s: String): CallNode |