类 MethodDefinition

    • 构造器详细资料

      • MethodDefinition

        public MethodDefinition()
    • 方法详细资料

      • getName

        public String getName()
      • getParameterTypes

        public String[] getParameterTypes()
      • getReturnType

        public String getReturnType()
      • setName

        public void setName​(String name)
      • setParameterTypes

        public void setParameterTypes​(String[] parameterTypes)
      • setReturnType

        public void setReturnType​(String returnType)
      • getAnnotations

        public List<String> getAnnotations()
      • setAnnotations

        public void setAnnotations​(List<String> annotations)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object