Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 12:07, 5 December 2012 by Pharmon.us.ibm.com (Talk | contribs)

The following table shows the language enhancements that are not supported for one or more generators as of version 0.8.2. This list is not complete, so if something is not in the list it does not mean it's supported. Feel free to update this table.


Language element 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 Y TBD
Using the AnyStruct type in EGL code N N
Program Y N
SQL Y N
Object Expression N N
Program Y N
RuiHandler/RuiWidget N Y
Service Y N


Back to the top