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

EDT:082 Language Elements Not Supported By Generators

Revision as of 15:26, 4 December 2012 by Unnamed Poltroon (Talk)

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