/[classpath]/classpath/java/lang/Class.java
ViewVC logotype

Diff of /classpath/java/lang/Class.java

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

revision 1.38 by jfrijters, Mon Aug 1 10:05:26 2005 UTC revision 1.39 by tromey, Tue Sep 13 21:25:11 2005 UTC
# Line 41  package java.lang; Line 41  package java.lang;
41  import gnu.classpath.VMStackWalker;  import gnu.classpath.VMStackWalker;
42    
43  import java.io.InputStream;  import java.io.InputStream;
44    import java.io.ObjectStreamClass;
45  import java.io.Serializable;  import java.io.Serializable;
46    import java.lang.reflect.Array;
47  import java.lang.reflect.Constructor;  import java.lang.reflect.Constructor;
48  import java.lang.reflect.Field;  import java.lang.reflect.Field;
49  import java.lang.reflect.InvocationTargetException;  import java.lang.reflect.InvocationTargetException;
# Line 721  public final class Class implements Seri Line 723  public final class Class implements Seri
723     * @param list List of methods to search     * @param list List of methods to search
724     * @param name Name of method     * @param name Name of method
725     * @param args Method parameter types     * @param args Method parameter types
726     * @see #getMethod()     * @see #getMethod(String, Class[])
727     */     */
728    private static Method matchMethod(Method[] list, String name, Class[] args)    private static Method matchMethod(Method[] list, String name, Class[] args)
729    {    {
# Line 829  public final class Class implements Seri Line 831  public final class Class implements Seri
831     * public and final, but not an interface.     * public and final, but not an interface.
832     *     *
833     * @return the modifiers of this class     * @return the modifiers of this class
834     * @see Modifer     * @see Modifier
835     * @since 1.1     * @since 1.1
836     */     */
837    public int getModifiers()    public int getModifiers()

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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