Changes between Version 19 and Version 20 of NativeInterfaceCodeGeneration

Show
Ignore:
Timestamp:
05/07/09 12:51:26 (7 months ago)
Author:
sukyoungryu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NativeInterfaceCodeGeneration

    v19 v20  
    88For example 
    99{{{ 
     10#!fss 
    1011import java java.util.Date 
    1112import "PL/M-86" some.plm86.program 
     
    4748Wrapping (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: 
    4849{{{ 
     50#!fss 
    4951api java.util.Date (* GENERATED *) 
    5052object Date ... 
     
    113115  * BAN IT.  Put the problem in the importer's lap, with the workaround 
    114116    {{{ 
     117#!fss 
    115118import pkg.Cls.f as f 
    116119...