示例#1
0
 public a(JSONObject jsonobject)
 {
     b = 0;
     c = 0;
     d = "";
     h = -1;
     try
     {
         d = jsonobject.getString("name");
         e = jsonobject.getString("icon");
         c = ((Integer)i.get(jsonobject.getString("resType"))).intValue();
         f = jsonobject.getString("url");
         b = ((Integer)j.get(jsonobject.getString("orientation"))).intValue();
         g = jsonobject.getString("extention");
         h = ((Integer)k.get(jsonobject.getString("blendMode"))).intValue();
         return;
     }
     // Misplaced declaration of an exception variable
     catch (JSONObject jsonobject)
     {
         jsonobject.printStackTrace();
     }
 }