Naming in Java
A The naming of objects in the D2000 System is different that than in Java. In the D2000 System, it is possible to use a full stop (".") in the names of objects but Java language does not allow to use a full stop in the names. The full stop is replaced by a dollar sign dollar ("$") and the name must be written in small letters.
If the name of the D2000 object represents a key word keyword in Java it is supplemented by the string "$$$".
Examples:
| ESL | JAVA |
| S.Picture.Pressure | s$picture$pressure |
| public | public$$$ |
| Info | ||
|---|---|---|
| ||
...