Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

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:

ESLJAVA
S.Picture.Pressures$picture$pressure
publicpublic$$$


Info
titleRelated pages:

Java as a script language
Java as a script language - usage

...