Changes between Version 19 and Version 20 of NativeInterfaceCodeGeneration
- Timestamp:
- 05/07/09 12:51:26 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NativeInterfaceCodeGeneration
v19 v20 8 8 For example 9 9 {{{ 10 #!fss 10 11 import java java.util.Date 11 12 import "PL/M-86" some.plm86.program … … 47 48 Wrapping (into a virtual/generated api) occurs at a package granularity. This is large, but if the granularity were at the class level, the name of the class ends up repeated in order to reference. For anti-example: 48 49 {{{ 50 #!fss 49 51 api java.util.Date (* GENERATED *) 50 52 object Date ... … … 113 115 * BAN IT. Put the problem in the importer's lap, with the workaround 114 116 {{{ 117 #!fss 115 118 import pkg.Cls.f as f 116 119 ...

