@return the result of the expression evaluation, which could be a String, a Integer or a Boolean.
()
| 11 | * @return the result of the expression evaluation, which could be a {@link String}, a {@link Integer} or a {@link Boolean}. |
| 12 | */ |
| 13 | Object value(); |
| 14 | |
| 15 | /** |
| 16 | * @return true if the causes collection is not empty. |
no outgoing calls