start work on reflection; bugfixes

This commit is contained in:
Joel Dice
2007-07-23 19:44:20 -06:00
parent 472ecb1713
commit 5f3bf175e0
12 changed files with 575 additions and 136 deletions

View File

@ -30,4 +30,6 @@ public class Field<T> extends AccessibleObject {
public String getName() {
return new String(name, 0, name.length - 1, false);
}
public native Object get(Object instance);
}