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