(Object a)
| 517 | } |
| 518 | |
| 519 | public static Object parseFloat(Object a) { |
| 520 | try { |
| 521 | return toDouble(a); |
| 522 | } catch (Exception ignored) { |
| 523 | return null; |
| 524 | } |
| 525 | } |
| 526 | |
| 527 | // generic getValue to replace elementAccesses |
| 528 | public Object getValue(Object a, Object b) { return GetValue(a, b); } |