| Rules Applied | StructRule | TypedefRule.DefineReplacementRule | PointerRule | InsertClassRule | (Final Version) | |
|---|---|---|---|---|---|---|
| StructRule TypedefRule.DefineReplacementRule PointerRule InsertClassRule final | int trader; int cash; int getOutOfJailFreeCount; OWN * propertyList; | int trader; int cash; int getOutOfJailFreeCount; OwnedPropertyList * propertyList; | int trader; int cash; int getOutOfJailFreeCount; OwnedPropertyList propertyList; | public class TradeInfo {
int trader;
int cash;
int getOutOfJailFreeCount;
OwnedPropertyList propertyList;
}
| public class TradeInfo {
int trader;
int cash;
int getOutOfJailFreeCount;
OwnedPropertyList propertyList;
}
|