码迷,mamicode.com
首页 > 其他好文 > 详细

getDeclaredMethods()和getMethods()区别

时间:2014-10-31 18:54:33      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   java   sp   strong   on   

getDeclaredMethods()
          返回 Method 对象的一个数组,这些对象反映此 Class 对象表示的类或接口声明的所有方法,包括公共、保护、默认(包)访问和私有方法,但不包括继承的方法。

 

getMethods()
          返回一个包含某些 Method 对象的数组,这些对象反映此 Class 对象所表示的类或接口(包括那些由该类或接口声明的以及从超类和超接口继承的那些的类或接口)的公共 member 方法。

 

本文转自:http://blog.sina.com.cn/s/blog_49f485700100ctxq.html

getDeclaredMethods()和getMethods()区别

标签:style   blog   http   color   ar   java   sp   strong   on   

原文地址:http://www.cnblogs.com/sishuiliuyun/p/4065731.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!