Mercurial > hg > Members > tatsuki > Alice
comparison src/alice/datasegment/Receiver.java @ 190:a85ff8dc16c1 working
add Object data
author | one |
---|---|
date | Thu, 07 Mar 2013 21:27:00 +0900 |
parents | 38d6a10be9c6 |
children | b4ca7f75e6b2 |
comparison
equal
deleted
inserted
replaced
189:d2f5c885a367 | 190:a85ff8dc16c1 |
---|---|
17 */ | 17 */ |
18 public class Receiver { | 18 public class Receiver { |
19 public InputDataSegment ids; | 19 public InputDataSegment ids; |
20 public int index; | 20 public int index; |
21 public Value val; | 21 public Value val; |
22 public Object obj; | |
22 public String from; | 23 public String from; |
23 public CommandType type; | 24 public CommandType type; |
24 | 25 |
25 public String managerKey; // for debugging | 26 public String managerKey; // for debugging |
26 public String key; // for debugging | 27 public String key; // for debugging |