addReadMethods

Add read this field value's method matcher.

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

添加读取该字段值的方法匹配器。

addReadMethods(MethodMatcher().name("getText"))

Return

FieldMatcher

Parameters

readMethod

method matcher / 方法匹配器


fun addReadMethods(methodDescriptor: String): UsingFieldMatcher

Read this field value's methods matcher.

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

读取该字段值的方法匹配器。

addReadMethods("Landroid/widget/TextView;->getText()Ljava/lang/CharSequence;")

Return

FieldMatcher

Parameters

methodDescriptor

method descriptor / 方法描述符


See also