putFunction(new NotEqualsFunction(), reservedFunctions);
putFunction(new NotFunction(), reservedFunctions);
putFunction(new NotCharFunction(), reservedFunctions);
putFunction(new OrFunction(), reservedFunctions);
putFunction(new StartsWithFunction(), reservedFunctions);
putFunction(new MatchesFunction(), reservedFunctions);
putFunction(new InListFunction(), reservedFunctions);
putFunction(new AbsFunction(), reservedFunctions);
putFunction(new DivideFunction(), reservedFunctions);
putFunction(new MultiplyFunction(), reservedFunctions);