hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Generate abstract java classes for Objective-C classes #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, Objective-C classes are jnaerated as java interfaces.
To make the jnaerated code more Rococoa-idiomatic, it is better to generate 
abstract classes (see example from David Kocher here : 
http://trac.cyberduck.ch/browser/branches/rococoa/source/ch/cyberduck/ui/co
coa/foundation/NSDate.java?rev=4698).

Logic of generation of static factory methods needs to be updated 
accordingly.

Original issue reported on code.google.com by olivier.chafik@gmail.com on 2 Jun 2009 at 2:49

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 5 Jun 2009 at 12:55

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 12 Jun 2009 at 12:40

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 11 Oct 2010 at 1:55