expression property

String expression
final

The String representation of the Expression. Note that the precedence of operators may not be what you think, so always use parentheses to make sure that that expressions are executed in the correct order.

Implementation

final String expression;