[gcjx] RFC/RFA: A Simple Pretty-Printer for the AST (WIP)

Tom Tromey tromey@redhat.com
Sun Oct 9 18:10:00 GMT 2005


>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:

>> Actually, for modifiers, why not use model_modifier_list::name()?  We
>> may need to make this public, but that's no problem.

Ranjit> It seems to return only the first set flag in a modifier_t.
Ranjit> Not something like "PUBLIC STATIC FINAL" if all of
Ranjit> these are set.

Yeah, we would have to iterate over all the set bits.

Tom



More information about the Java-patches mailing list