コード例 #1
0
 GraphObject(BumpRunValue rv) {
   this_value = rv;
   class_name = rv.getType();
   initialize();
 }