Returns whether this list contains no nodes. @return true if empty
()
| 337 | * @return true if empty |
| 338 | */ |
| 339 | public boolean isEmpty() { |
| 340 | return list.isEmpty(); |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * Checks whether the expression contains an EL expression in the form ${...}. |
no outgoing calls