(Object instance)
| 154 | } |
| 155 | |
| 156 | public float getFloat(Object instance) throws IllegalAccessException { |
| 157 | return ((Float) get(instance)).floatValue(); |
| 158 | } |
| 159 | |
| 160 | public long getLong(Object instance) throws IllegalAccessException { |
| 161 | return ((Long) get(instance)).longValue(); |
no test coverage detected