接口 MethodInfo
-
- 所有已知实现类:
BasicMethodInfo,MethodSignature
public interface MethodInfoCan be implemented by classes carrying method information.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 @NotNull MethodDescriptorgetDescriptor()Returns the method's descriptor.@NotNull java.lang.StringgetMethodName()Returns the method's name.
-
-
-
方法详细资料
-
getMethodName
@NotNull @NotNull java.lang.String getMethodName()
Returns the method's name.
-
getDescriptor
@NotNull @NotNull MethodDescriptor getDescriptor()
Returns the method's descriptor.
-
-