类 BasicMethodInfo

  • 所有已实现的接口:
    MethodInfo

    public class BasicMethodInfo
    extends java.lang.Object
    implements MethodInfo
    A minimal implementation of MethodInfo.
    • 构造器详细资料

      • BasicMethodInfo

        public BasicMethodInfo​(@NotNull
                               @NotNull java.lang.String methodName,
                               @NotNull
                               @NotNull MethodDescriptor descriptor)
        Creates a BasicMethodInfo given a method name and descriptor.
        参数:
        descriptor - a method descriptor
        methodName - a method name
    • 方法详细资料

      • getMethodName

        @NotNull
        public @NotNull java.lang.String getMethodName()
        从接口复制的说明: MethodInfo
        Returns the method's name.
        指定者:
        getMethodName 在接口中 MethodInfo
      • equals

        public boolean equals​(java.lang.Object o)
        覆盖:
        equals 在类中 java.lang.Object
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object