corda/classpath/java/lang/reflect
Joel Dice 17c1a552d5 break each Class, Field, and Method into separate classes
In order to facilitate making the VM compatible with multiple class
libraries, it's useful to separate the VM-specific representation of
these classes from the library implementations.  This commit
introduces VMClass, VMField, and VMMethod for that purpose.
2010-09-01 10:13:52 -06:00
..
AccessibleObject.java update copyright years 2009-12-02 19:08:29 -07:00
AnnotatedElement.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
Array.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Constructor.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Field.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
GenericDeclaration.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00
InvocationHandler.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
InvocationTargetException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Member.java update copyright years 2009-12-02 19:08:29 -07:00
Method.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Modifier.java update copyright years 2009-12-02 19:08:29 -07:00
Proxy.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Type.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00
TypeVariable.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00