(Object instance)
| 162 | } |
| 163 | |
| 164 | public double getDouble(Object instance) throws IllegalAccessException { |
| 165 | return ((Double) get(instance)).doubleValue(); |
| 166 | } |
| 167 | |
| 168 | private boolean matchType(Object value) { |
| 169 | switch (vmField.code) { |
no test coverage detected