getMethodData

Convert Method to MethodData (if exists).

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

转换 MethodMethodData (如果存在)。

Return

MethodData

Parameters

method

method / 方法


fun getMethodData(constructor: Constructor<*>): MethodData?

Convert Constructor to MethodData (if exists).

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

转换 ConstructorMethodData (如果存在)。

Return

MethodData

Parameters

constructor

constructor / 构造方法


fun getMethodData(descriptor: String): MethodData?

Convert method descriptor to MethodData (if exists).

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

转换方法描述符为 MethodData (如果存在)。

Return

MethodData

Parameters

descriptor

method descriptor / 方法描述符