}
public static final void update(String exprStr, Object value, NetUIVariableResolver vr) {
ParsedExpression expr = parse(exprStr);
assert expr != null;
expr.update(value, vr);
}
public static final Class getPropertyType(Object value, String name, PropertyCache cache) {
assert value != null;
assert cache != null;