Ejemplo n.º 1
0
 @Override
 public int getValue(int uid) {
   return base.synthGetValue(true, uid, 0, default_untilv[uid]);
 }
Ejemplo n.º 2
0
 @Override
 public ScConstructValueString getValueString(int uid) throws ScNoValueStringException {
   ScConstructValue value = new ScConstructValue(base.displayGetValue(true, uid, 0, 1 << 20));
   return new ScConstructValueString("", value, "");
 }
Ejemplo n.º 3
0
 @Override
 public int getDynamicValue(int uid, int untilv) {
   return base.synthGetValue(true, uid, 0, untilv);
 }