Transformation Rules Applied to File:TradeInfo.java

Showing full text of file after each rule

Rules AppliedStructRule 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;
}