MemberRef

data class MemberRef(val owner: String, val name: String, val desc: String) : Comparable<MemberRef>

Constructors

Link copied to clipboard
constructor(clazz: ClassNode, field: FieldNode)
constructor(clazz: ClassNode, method: MethodNode)
constructor(fieldInsn: FieldInsnNode)
constructor(methodInsn: MethodInsnNode)
constructor(owner: String, desc: MemberDesc)
constructor(owner: String, name: String, desc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: MemberRef): Int
Link copied to clipboard
open override fun toString(): String