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 1: Line 1:
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.
+
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.  
  
 
<br>  
 
<br>  
Line 18: Line 18:
 
|-
 
|-
 
| Class type  
 
| Class type  
| &nbsp;Y (requires IN modifier on constructor parms)&nbsp;
+
| Y (requires IN modifier on constructor parms) &nbsp;
 +
| N
 +
|-
 +
| Super expression
 +
| Y
 
| N
 
| N
 
|-
 
|-
Line 30: Line 34:
 
|-
 
|-
 
| "AS" on array assignment makes a copy  
 
| "AS" on array assignment makes a copy  
| Y
+
| Y  
 
| TBD
 
| TBD
 
|-
 
|-
| Using the AnyStruct type in EGL code
+
| Using the AnyStruct type in EGL code  
| N
+
| N  
 
| N
 
| N
 
|-
 
|-
| Program
+
| Program  
| Y
+
| Y  
 
| N
 
| N
 
|-
 
|-
| SQL
+
| SQL  
| Y
+
| Y  
 
| N
 
| N
 
|-
 
|-
| Object Expression
+
| Object Expression  
| N
+
| N  
 
| N
 
| N
 
|-
 
|-
| Program
+
| Program  
| Y
+
| Y  
 
| N
 
| N
 
|-
 
|-
| RuiHandler/RuiWidget
+
| RuiHandler/RuiWidget  
| N
+
| N  
 
| Y
 
| Y
 
|-
 
|-
| Service
+
| Service  
| Y
+
| Y  
 
| N
 
| N
 
|}
 
|}
  
 
<br>
 
<br>

Revision as of 14:57, 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 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