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"

(New page: Please see the parent of this page, EDT:EGL_Language. == Function Parameters (Table 2) == {| width="400" cellspacing="1" cellpadding="1" border="1" style="" |- | bgcolor="#999999" a...)
 
Line 1: Line 1:
Please see the parent of this page, [[EDT:EGL_Language]].
+
Please see the parent of this page, [[EDT:EGL Language]].  
  
 
== Function Parameters (Table 2)  ==
 
== Function Parameters (Table 2)  ==
Line 8: Line 8:
 
| 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" | ''In<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''In<sup>1</sup>''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
Line 18: Line 16:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Out''  
 
| bgcolor="#cccccc" | ''Out''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
Line 24: Line 21:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Inout<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''Inout<sup>1</sup>''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
Line 30: Line 26:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Ellipsis''  
 
| bgcolor="#cccccc" | ''Ellipsis''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
Line 36: Line 31:
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Const''  
 
| bgcolor="#cccccc" | ''Const''  
| <br>
 
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
Line 43: Line 37:
 
| bgcolor="#cccccc" | ''Field''<br>  
 
| bgcolor="#cccccc" | ''Field''<br>  
 
| <br>  
 
| <br>  
| N/S
 
 
| N/S  
 
| N/S  
 
| N/S
 
| N/S
Line 49: Line 42:
 
| bgcolor="#cccccc" | ''SqlNullable''<br>  
 
| bgcolor="#cccccc" | ''SqlNullable''<br>  
 
| <br>  
 
| <br>  
| N/S
 
 
| N/S  
 
| N/S  
 
| N/S
 
| N/S

Revision as of 15:12, 19 July 2011

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

Function Parameters (Table 2)

Function Parameters Core JavaScript Java
In1


Out


Inout1


Ellipsis


Const


Field

N/S N/S
SqlNullable

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