/[classpath]/classpath/vm/reference/java/lang/reflect/Field.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/reflect/Field.java

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

revision 1.9.2.2 by gnu_andrew, Tue Aug 2 20:12:48 2005 UTC revision 1.9.2.3 by gnu_andrew, Wed Sep 28 17:50:22 2005 UTC
# Line 93  extends AccessibleObject implements Memb Line 93  extends AccessibleObject implements Memb
93     * is a non-inherited member.     * is a non-inherited member.
94     * @return the class that declared this member     * @return the class that declared this member
95     */     */
96    public Class getDeclaringClass()    public Class<?> getDeclaringClass()
97    {    {
98      return declaringClass;      return declaringClass;
99    }    }
# Line 122  extends AccessibleObject implements Memb Line 122  extends AccessibleObject implements Memb
122     * Gets the type of this field.     * Gets the type of this field.
123     * @return the type of this field     * @return the type of this field
124     */     */
125    public native Class getType();    public native Class<?> getType();
126    
127    /**    /**
128     * Compare two objects to see if they are semantically equivalent.     * Compare two objects to see if they are semantically equivalent.

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

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