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.
EDT:EGL Language Function Parameters
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 |
done | done |
| Inout1 | done |
(see above for "Out") |
done |
| Ellipsis | 4d bug 366877 |
1d bug 366878 |
1d bug 366879 |
| Const | done |
1d bug 366880 |
1d bug 366882 |
| Field |
done |
N/S | N/S |
| SqlNullable |
done |
N/S | N/S |
Notes on Table 2
- The default parameter modifier is In for references and Inout for values.