RE: [cp-patches] Patch: RFC: changing parts of VM reflection API

2006-03-15 Thread Jeroen Frijters
Tom Tromey wrote: > I'm posting this for comment. > > This is the patch to change Method/Field/Constructor to have a > 'getModifiersInternal' method, which returns the un-masked modifiers > as read from the .class file. This lets us implement the new > 1.5 reflection predicates such as isSyntheti

Re: [cp-patches] Patch: RFC: changing parts of VM reflection API

2006-03-15 Thread Archie Cobbs
[EMAIL PROTECTED] Tromey wrote: I'm posting this for comment. This is the patch to change Method/Field/Constructor to have a 'getModifiersInternal' method, which returns the un-masked modifiers as read from the .class file. This lets us implement the new 1.5 reflection predicates such as isSynt

[cp-patches] Patch: RFC: changing parts of VM reflection API

2006-03-15 Thread Tom Tromey
I'm posting this for comment. This is the patch to change Method/Field/Constructor to have a 'getModifiersInternal' method, which returns the un-masked modifiers as read from the .class file. This lets us implement the new 1.5 reflection predicates such as isSynthetic. I made this patch against