Literals
The expression language includes the following literals:
- Boolean literals - "true" and "false"
 - Integers - as in Java
 - Floating point - as in Java
 - Strings with single or double quotation marks
 - Escape characters for strings: \ to escape quotation marks, and \\ to escape \
 - Null - null