/[classpath]/classpath/java/lang/reflect/Member.java
ViewVC logotype

Diff of /classpath/java/lang/reflect/Member.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.2 by gnu_andrew, Tue Aug 2 20:12:23 2005 UTC revision 1.6.2.3 by gnu_andrew, Tue Sep 20 18:46:29 2005 UTC
# Line 60  public interface Member Line 60  public interface Member
60     * package-protected, but only which are declared in this class.     * package-protected, but only which are declared in this class.
61     * Used in SecurityManager.checkMemberAccess() to determine the     * Used in SecurityManager.checkMemberAccess() to determine the
62     * type of members to access.     * type of members to access.
63     * @see SecurityManager#checkMemberAccess()     * @see SecurityManager#checkMemberAccess(Class, int)
64     */     */
65    int DECLARED = 1;    int DECLARED = 1;
66    
# Line 68  public interface Member Line 68  public interface Member
68     * Represents public members only, but includes all inherited members.     * Represents public members only, but includes all inherited members.
69     *  Used in SecurityManager.checkMemberAccess() to determine the type of     *  Used in SecurityManager.checkMemberAccess() to determine the type of
70     * members to access.     * members to access.
71     * @see SecurityManager#checkMemberAccess()     * @see SecurityManager#checkMemberAccess(Class, int)
72     */     */
73    int PUBLIC = 0;    int PUBLIC = 0;
74    

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26