public class Expression
extends Object
An expression is something like
foo(ex:bar) = "hello"
that evaluates to a boolean value.
This class represents such an expression and provides a method to evaluate it
with a given DataFieldResolver and position-array.
Currently only the = operator is supported
- Author:
- rbn