JvmMemberSignature

sealed class JvmMemberSignature

A signature of a JVM method or field.

Inheritors

Properties

Link copied to clipboard
abstract val descriptor: String

JVM descriptor of a method, e.g. (Ljava/lang/Object;)Z, or a field type, e.g. Ljava/lang/String;

Link copied to clipboard
abstract val name: String

name of method or field

Functions

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

Returns a string representation of the signature.