Naming in Java

A naming of objects in D2000 System is different that in Java. In D2000 System it is possible to use full stop (".") in the names of objects but Java language does not allow to use full stop in the names. The full stop is replaced by sign dollar ("$") and the name must be written in small letters.

If the name of D2000 object represents a key word in Java it is supplemented by string "$$$".

Examples:

ESL JAVA
S.Picture.Pressure s$picture$pressure
public public$$$
Napíšte komentár