add Invoke
This method calls the matcher for the specified method.
----------------本方法调用了指定方法的匹配器。
addInvoke(MethodMatcher().name("length"))
Content copied to clipboard
Return
Parameters
invoke Method
invoke method matcher / 方法调用方法匹配器
Add a matcher that calls the method corresponding to the descriptor.
----------------本方法调用了指定方法的匹配器。
addInvoke("Ljava/lang/String;->length()I")
Content copied to clipboard
Return
Parameters
method Descriptor
invoke method descriptor / 方法调用方法的描述符