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 Function Parameters"

Line 11: Line 11:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''In<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''In<sup>1</sup>''  
| <br>done {{bug|354138}}
+
| <br>done {{bug|354138}}  
 
| done<br>  
 
| done<br>  
 
| done<br>
 
| done<br>
Line 17: Line 17:
 
| bgcolor="#cccccc" | ''Out''  
 
| bgcolor="#cccccc" | ''Out''  
 
| <br>done  
 
| <br>done  
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=352780 JS: Function Invocation tests]2d<br>  
+
| <span style="text-decoration: underline;" />done
 
| done<br>
 
| done<br>
 
|-
 
|-

Revision as of 14:46, 21 September 2011

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

Function Parameters (Table 2)

Function Parameters Core JavaScript Java
In1
done bug 354138
done
done
Out
done
<span style="text-decoration: underline;" />done done
Inout1
done
(see above for "Out")
done
Ellipsis
4d
1d
1d
Const
done
1d
1d
Field

done
N/S N/S
SqlNullable

done
N/S N/S

Notes on Table 2

  1. The default parameter modifier is In for references and Inout for values.

Back to the top