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 3: Line 3:
 
== Function Parameters (Table 2)  ==
 
== Function Parameters (Table 2)  ==
  
{| cellspacing="1" cellpadding="1" border="1" width="400"
+
{| width="400" cellspacing="1" cellpadding="1" border="1"
 
|-
 
|-
 
| bgcolor="#999999" align="center" | '''''Function Parameters'''''  
 
| bgcolor="#999999" align="center" | '''''Function Parameters'''''  
Line 28: Line 28:
 
| <br>4d  
 
| <br>4d  
 
| <br>  
 
| <br>  
| <br>
+
| 1d<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Const''  
 
| bgcolor="#cccccc" | ''Const''  
 
| <br>done  
 
| <br>done  
 
| <br>  
 
| <br>  
| <br>
+
| 1d<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''Field''<br>  
 
| bgcolor="#cccccc" | ''Field''<br>  

Revision as of 07:01, 21 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

1d
Const
done

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