コード例 #1
0
 double getDouble(Object obj) throws IllegalArgumentException, IllegalAccessException {
   return javaField.getDouble(obj);
 }