On Sun, 2006-03-05 at 11:36 -0700, Tom Tromey wrote: > I propose changing the name of the native method to > getModifiersInternal(), making it private, and having it return all > the bits that are given in the class file. > > Then we would rewrite getModifiers in Java. It would call > getModifiersInternal and strip the appropriate bits. > > Then new things such as isVarArgs or isSynthetic are also trivial to > write in terms of getModifiersInternal. sounds fine to me. cheers, dalibor topic