Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:082 Language Elements Not Supported By Generators"

(New page: The following table shows the language enhancements made in version 0.8.2, and their support in the generators:  <br> {| width="800" border="1" cellpadding="1" cellspacing="1" |- ...)
 
Line 18: Line 18:
 
|-
 
|-
 
| Class type  
 
| Class type  
| Y  
+
| Y (requires IN modifier on constructor parms)&nbsp;
 
| N
 
| N
 
|-
 
|-
Line 24: Line 24:
 
| Y (requires IN modifier on parms)  
 
| Y (requires IN modifier on parms)  
 
| N
 
| N
 +
|-
 +
| Bytes
 +
| Y
 +
| TBD
 +
|-
 +
| "AS" on array assignment makes a copy
 +
| TBD
 +
| TBD
 
|}
 
|}
  
 
<br>
 
<br>

Revision as of 15:25, 4 December 2012

The following table shows the language enhancements made in version 0.8.2, and their support in the generators: 


Enhancement Java JavaScript
"Implements" for handlers Y N
Static fields & functions N N
Class type Y (requires IN modifier on constructor parms)  N
Constructors in handlers Y (requires IN modifier on parms) N
Bytes Y TBD
"AS" on array assignment makes a copy TBD TBD


Back to the top