Contains implementation of the selector, associated files and interpreter.
This depends on files generated by the grammar at $HEDWIG_CLIENT_JMS/src/main/grammar/javacc/selector_grammar.jjt

This package depends on message package to pull headers, etc.

The code essentially is split into three things :

The code relies heavily on the javacc grammar and the interpreter generated based on it : so please modify with care !