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 18: Line 18:
 
|-
 
|-
 
| Class type  
 
| Class type  
| Y (requires IN modifier on constructor parms)  
+
| Y (requires IN modifier on constructor parms)    
 
| N
 
| N
 
|-
 
|-
| Super expression
+
| Super expression  
| Y
+
| Y  
 
| N
 
| N
 
|-
 
|-
Line 30: Line 30:
 
|-
 
|-
 
| Bytes  
 
| Bytes  
| Y  
+
| Y for core, XML, IBMi; N for SQL
 
| TBD
 
| TBD
 
|-
 
|-

Revision as of 15:03, 5 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 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