corda/classpath/avian
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
..
resource meant to include this in the last commit 2009-06-06 20:38:02 -06:00
Addendum.java move proxy and annotation code from C++ to Java 2009-09-19 16:21:15 -06:00
AnnotationInvocationHandler.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
Callback.java more work on continuation support 2009-05-05 18:29:05 -06:00
CallbackReceiver.java more work on continuation support 2009-05-05 18:29:05 -06:00
Cell.java move non-standard classes to avian package 2009-06-04 17:59:34 -06:00
ClassAddendum.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Continuations.java grammar tweaks to Continuations.java JavaDoc 2010-06-15 18:40:12 -06:00
IncompatibleContinuationException.java add classpath/avian/IncompatibleContinuationException.java 2009-05-24 18:21:19 -06:00
Machine.java add classpath/avian/Machine.java 2009-05-25 23:31:13 -06:00
PersistentSet.java fix corruption of old revisioins in PersistentSet 2010-07-30 12:23:41 -06:00
Singleton.java move proxy and annotation code from C++ to Java 2009-09-19 16:21:15 -06:00
Stream.java move proxy and annotation code from C++ to Java 2009-09-19 16:21:15 -06:00
SystemClassLoader.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Utf8.java ARM and UTF-8 work 2010-04-14 09:26:50 -06:00
VMClass.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
VMField.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
VMMethod.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00