Interface | Description |
---|---|
Expression |
An expression can be evaluated to allow for their results to be visualized or otherwise further handled.
|
Class | Description |
---|---|
JavaExpressionUtil |
Utility methods for Java-based expressions.
|
JavaFieldsExpression |
An expression which evaluates a value and a given set of fields in Java.
|
JavaMethodExpression |
An expression which evaluates the return value of a method call in Java.
|
JavaMethodExpression.MethodDescriptor |