MemberDesc

data class MemberDesc(val name: String, val desc: String)

Constructors

Link copied to clipboard
constructor(field: FieldNode)
constructor(method: MethodNode)
constructor(fieldInsn: FieldInsnNode)
constructor(methodInsn: MethodInsnNode)
constructor(memberRef: MemberRef)
constructor(name: String, desc: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String