classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] Generic reflection implementation


From: Jeroen Frijters
Subject: [cp-patches] [generics] Generic reflection implementation
Date: Sat, 1 Oct 2005 12:02:34 +0200

Hi,

I committed the attached patch.

Regards,
Jeroen

2005-10-01  Jeroen Frijters  <address@hidden>

        * vm/reference/java/lang/reflect/Constructor.java
        (getSignature): New method.
        (getGenericExceptionTypes): New method.
        (getGenericParameterTypes): New method.
        * vm/reference/java/lang/reflect/Field.java
        (getGenericType): New method.
        (getSignature): New method.
        * vm/reference/java/lang/reflect/Method.java
        (getSignature): New method.
        (getGenericExceptionTypes): New method.
        (getGenericParameterTypes): New method.
        (getGenericReturnType): New method.

Attachment: reflect.patch.txt
Description: reflect.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]