matcher

Build a MethodMatcher to match methods.

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

构建一个 MethodMatcher 来匹配方法。

matcher(MethodMatcher.create().declaredClass("android.app.Activity"))

Return

FindMethod

Parameters


inline fun matcher(init: MethodMatcher.() -> Unit): FindMethod

See also