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

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

Line 30: Line 30:
 
|-
 
|-
 
| "AS" on array assignment makes a copy  
 
| "AS" on array assignment makes a copy  
| TBD
+
| Y
 
| TBD
 
| TBD
 
|-
 
|-

Revision as of 16:40, 4 December 2012

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


Back to the top