@ -33,8 +33,10 @@ populate them are listed at the end of the chapter.
@@ -33,8 +33,10 @@ populate them are listed at the end of the chapter.
The expression language supports the following functionality:
* Literal expressions
* Boolean and relational operators
* Boolean, relational, and logical operators
* Regular expressions
* String operators
* Mathematical operators
* Class expressions
* Accessing properties, arrays, lists, and maps
* Method invocation
@ -44,15 +46,10 @@ The expression language supports the following functionality:
@@ -44,15 +46,10 @@ The expression language supports the following functionality:
@ -13,6 +13,8 @@ Variable names must be composed of one or more of the following supported types
@@ -13,6 +13,8 @@ Variable names must be composed of one or more of the following supported types
characters.
* letter: any character for which `java.lang.Character.isLetter(char)` returns `true`
- This includes letters such as `A` to `Z`, `a` to `z`, `ü`, `ñ`, and `é` as well as
letters from other character sets such as Chinese, Japanese, Cyrillic, etc.