220221222223224225226227228229230
} private GenericValue getValueExpr(final Serializable val) throws InvalidTypeException { if (val == null) return new NullLiteral(); if (val instanceof Boolean) return new BooleanLiteral((Boolean)val); if (val instanceof Character)