From: Arno P. <ar...@pu...> - 2009-08-25 18:52:01
|
we use name-mangling to solve this problem: // Java void add(int x) // Objective-C - (void) add___int: (int) x Arno wol...@j2... wrote: > Hallo, > > how does XMLVM handle method overriding in case of idendical signature but > different return type? > > The JDK emmits such methods as synthetic bridge methods, and the Scala > compiler makes use of method overriding by return type. > > Greetings, Wolfgang > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |