| Rules Applied | StructRule | TypedefRule.DefineReplacementRule | StaticVariablesRule | CharToShortRule | StringRule | PointerRule | InsertClassRule | (Final Version) | |
|---|---|---|---|---|---|---|---|---|---|
| StructRule TypedefRule.DefineReplacementRule StaticVariablesRule CharToShortRule StringRule PointerRule InsertClassRule final | char * name; char getOutOfJailFreeCardCount; char railroadCardCount; char utilitiesCount; char location; char jailRollCount; int money; OWN * ownedPropertyList; | char * name; char getOutOfJailFreeCardCount; char railroadCardCount; char utilitiesCount; char location; char jailRollCount; int money; OwnedPropertyList * ownedPropertyList; | char * name; char getOutOfJailFreeCardCount; char railroadCardCount; char utilitiesCount; char location; char jailRollCount; int money; static OwnedPropertyList * ownedPropertyList; | char * name; int getOutOfJailFreeCardCount; int railroadCardCount; int utilitiesCount; int location; int jailRollCount; int money; static OwnedPropertyList * ownedPropertyList; | String name; int getOutOfJailFreeCardCount; int railroadCardCount; int utilitiesCount; int location; int jailRollCount; int money; static OwnedPropertyList * ownedPropertyList; | String name; int getOutOfJailFreeCardCount; int railroadCardCount; int utilitiesCount; int location; int jailRollCount; int money; static OwnedPropertyList ownedPropertyList; | public class Player {
String name;
int getOutOfJailFreeCardCount;
int railroadCardCount;
int utilitiesCount;
int location;
int jailRollCount;
int money;
static OwnedPropertyList ownedPropertyList;
}
| public class Player {
String name;
int getOutOfJailFreeCardCount;
int railroadCardCount;
int utilitiesCount;
int location;
int jailRollCount;
int money;
static OwnedPropertyList ownedPropertyList;
}
|