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"

Line 18: Line 18:
 
|-
 
|-
 
| Class type  
 
| Class type  
| Y (requires IN modifier on constructor parms) 
+
| Y (requires IN modifier on constructor parms)   
 
| N
 
| N
 
|-
 
|-
Line 25: Line 25:
 
| N
 
| N
 
|-
 
|-
| Bytes
+
| Bytes  
| Y
+
| Y  
 
| TBD
 
| TBD
 
|-
 
|-
| "AS" on array assignment makes a copy
+
| "AS" on array assignment makes a copy  
| TBD
+
| TBD  
 
| TBD
 
| TBD
 +
|-
 +
| Ternary operator (a ?? b : c)
 +
| Y
 +
| Y
 
|}
 
|}
  
 
<br>
 
<br>

Revision as of 15:26, 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
Ternary operator (a ?? b : c) Y Y


Back to the top