On Wed, Feb 9, 2011 at 4:20 PM, Ray Cromwell <[email protected]> wrote:
> Is this kind of like how regular static methods have an upref to the > instance methods they came from? Could we reuse the same > program.staticToInstanceMap? > Actually, I mean JMethod.overrides and therefore JTypeOracle.getAllOverrides(). If you search for all callers to JTypeOracle.getAllOverrides() it'll give you a good idea how this is used. Heck, maybe we're already hooking that up for JSO interface implementors and this would just work out of the box. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
