Java Expression Trees library

The Java Query library enables language-level code expressions to be represented as objects in the form of expression trees at runtime, for example, a method call or a binary operation such as x < y. This enables dynamic analysis of lambda's code, usually for building fluent interfaces.

Homepage POM file JAR file Javadoc
'com.trigersoft:jaque:2.0.3'

Dependencies

Compile dependencies

Test dependencies