53545556575859
if (bop.equals(">")) nb = n > b; if (bop.equals(">=")) nb = n >= b; return an && nb; } throw new FitMatcherException("Invalid FitMatcher Expression"); }