Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:EGL Language Stereotypes and Annotations"

Line 10: Line 10:
 
| bgcolor="#999999" align="center" | '''Core'''  
 
| bgcolor="#999999" align="center" | '''Core'''  
 
| bgcolor="#999999" align="center" | '''JavaScript'''  
 
| bgcolor="#999999" align="center" | '''JavaScript'''  
| bgcolor="#999999" align="center" | '''Java'''
+
| bgcolor="#999999" align="center" | '''Java'''
| bgcolor="#999999" align="center" | '''Debug'''
+
 
|-
 
|-
 
| bgcolor="#cccccc" | ''BasicProgram<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''BasicProgram<sup>1</sup>''  
 
| <br>  
 
| <br>  
 
| N/S<br>  
 
| N/S<br>  
| <br>
 
 
| <br>
 
| <br>
 
|-
 
|-
Line 22: Line 20:
 
| <br>  
 
| <br>  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352122 JS:Exception]<br>  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352122 JS:Exception]<br>  
| <br>
 
 
| <br>
 
| <br>
 
|-
 
|-
Line 28: Line 25:
 
| <br>  
 
| <br>  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352124 JS:&nbsp; RUIHandler]<br>  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352124 JS:&nbsp; RUIHandler]<br>  
| N/S<br>
 
 
| N/S<br>
 
| N/S<br>
 
|-
 
|-
Line 34: Line 30:
 
| <br>  
 
| <br>  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352125 JS: RUIWidget]<br>  
 
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352125 JS: RUIWidget]<br>  
| N/S<br>
 
 
| N/S<br>
 
| N/S<br>
 
|-
 
|-
Line 40: Line 35:
 
| <br>  
 
| <br>  
 
| N/S<br>  
 
| N/S<br>  
| <br>
 
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''NativeType''  
 
| bgcolor="#cccccc" | ''NativeType''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
Line 52: Line 45:
 
| <br>  
 
| <br>  
 
| N/S<br>  
 
| N/S<br>  
| <br>
 
 
| <br>
 
| <br>
 
|-
 
|-
Line 58: Line 50:
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
| N/S<br>
 
 
| N/S<br>
 
| N/S<br>
 
|-
 
|-
Line 64: Line 55:
 
| <br>  
 
| <br>  
 
| N/S<br>  
 
| N/S<br>  
| <br>
 
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''IncludeReferencedFunctions<sup>2</sup>''  
 
| bgcolor="#cccccc" | ''IncludeReferencedFunctions<sup>2</sup>''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  

Revision as of 15:16, 19 July 2011

Please see the parent of this page, EDT:EGL Language.

Stereotypes and Annotations (Table 8)

Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.

Stereotypes and Annotations Core JavaScript Java
BasicProgram1
N/S

Exception
JS:Exception

RUIHandler
JS:  RUIHandler
N/S
RUIWidget
JS: RUIWidget
N/S
BirtHandler
N/S

NativeType


JavaObject
N/S

JavaScriptObject

N/S
HostProgram
N/S

IncludeReferencedFunctions2


Notes on Table 8

  1. The BasicProgram stereotype won't have the msgTablePrefix field.
  2. IncludeReferencedFunctions is an annotation in RBD, but it will be a field of the stereotypes in RBD.

Back to the top