> That's the flag I asked about. In general it makes perfect sense to > update the AST to hold any information that is needed. In this case, > though, if I understand correctly, the information is soley determined > by the target type of the cast.
I put the flag in there so that JsoNormalizer would contain all of the AST fix-up code relevant to the JSO type instead of splitting it across visitors. I'm fine with getting rid of the flag entirely and moving the flag-setting code from JsoNormalizer into CastNormalizer. -- Bob Vawter Google Web Toolkit Team --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
