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:EGL Language Function Parameters"

Line 3: Line 3:
 
== Function Parameters (Table 2)  ==
 
== Function Parameters (Table 2)  ==
  
{| border="1" cellspacing="1" cellpadding="1" width="400"
+
{| cellspacing="1" cellpadding="1" border="1" width="400"
 
|-
 
|-
 
| bgcolor="#999999" align="center" | '''''Function Parameters'''''  
 
| bgcolor="#999999" align="center" | '''''Function Parameters'''''  
Line 12: Line 12:
 
| bgcolor="#cccccc" | ''In<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''In<sup>1</sup>''  
 
| <br>1d  
 
| <br>1d  
| <br>
+
| <br>  
| <br>
+
| done<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Out''  
 
| bgcolor="#cccccc" | ''Out''  
 
| <br>done  
 
| <br>done  
| <br>
+
| <br>  
| <br>
+
| done<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Inout<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''Inout<sup>1</sup>''  
 
| <br>done  
 
| <br>done  
| <br>
+
| <br>  
| <br>
+
| done<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Ellipsis''  
 
| bgcolor="#cccccc" | ''Ellipsis''  
 
| <br>4d  
 
| <br>4d  
| <br>
+
| <br>  
 
| <br>
 
| <br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Const''  
 
| bgcolor="#cccccc" | ''Const''  
 
| <br>done  
 
| <br>done  
| <br>
+
| <br>  
 
| <br>
 
| <br>
 
|-
 
|-
| bgcolor="#cccccc" | ''Field''<br>
+
| bgcolor="#cccccc" | ''Field''<br>  
 
| <br>done  
 
| <br>done  
 
| N/S  
 
| N/S  
 
| N/S
 
| N/S
 
|-
 
|-
| bgcolor="#cccccc" | ''SqlNullable''<br>
+
| bgcolor="#cccccc" | ''SqlNullable''<br>  
 
| <br>done  
 
| <br>done  
 
| N/S  
 
| N/S  
Line 46: Line 46:
 
|}
 
|}
  
'''Notes on Table 2'''<br>
+
'''Notes on Table 2'''<br>  
  
 
#The default parameter modifier is <span style="background: #ffa500">In for references</span> and Inout for values.<br>
 
#The default parameter modifier is <span style="background: #ffa500">In for references</span> and Inout for values.<br>

Revision as of 13:43, 20 July 2011

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

Function Parameters (Table 2)

Function Parameters Core JavaScript Java
In1
1d

done
Out
done

done
Inout1
done

done
Ellipsis
4d


Const
done


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