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 31: Line 31:
 
| Bytes  
 
| Bytes  
 
| Y for core, XML, IBMi; N for SQL
 
| Y for core, XML, IBMi; N for SQL
| TBD
+
| Y
|-
+
| "AS" on array assignment makes a copy
+
| Y  
+
| TBD
+
 
|-
 
|-
 
| Using the AnyStruct type in EGL code  
 
| Using the AnyStruct type in EGL code  

Latest revision as of 14:52, 14 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
Super expression Y N
Constructors in handlers Y (requires IN modifier on parms) N
Bytes Y for core, XML, IBMi; N for SQL Y
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