MethodSelector

interface MethodSelector

方法选择器.

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun setName(name: String)

设置方法名.

Link copied to clipboard
abstract fun setParameterTypes(parameterTypes: Array<Class<*>>)

设置方法参数类型.

Link copied to clipboard
abstract fun setPublic(isPublic: Boolean)

设置方法是否为 public 修饰.