Class SyncopeFiqlParser<T>

  • Type Parameters:
    T - type of search condition.
    All Implemented Interfaces:
    SearchConditionParser<T>

    public class SyncopeFiqlParser<T>
    extends FiqlParser<T>
    This parser introduces 2 new operands IEQ (case-insensitive equals) and NIEQ (case-insensitive not equals) to the native FIQL operands.