intValue

val Expression.intValue: QueryTree<Int>?

Calls ValueEvaluator.evaluate for this expression, thus trying to resolve a constant value. The result is interpreted as an integer.