descriptor

fun descriptor(descriptor: String): MethodMatcher

The method descriptor, specifies a unique method.

----------------

方法描述符,用于指定唯一的方法。

descriptor("Ljava/lang/String;->length()I")

Return

MethodMatcher

Parameters

descriptor

method descriptor / 方法描述符


The method descriptor.

----------------

方法描述符。

descriptor = "Ljava/lang/String;->length()I"