Transformation Rules Applied to File:CardDeck.java

Showing full text of file after each rule

Rules AppliedStructRule PointerRule InsertClassRule (Final Version)
StructRule
PointerRule
InsertClassRule
final
int numCards;
int lastCard;
boolean getOutOfJailFreeUsed;
long * offsets;
int numCards;
int lastCard;
boolean getOutOfJailFreeUsed;
long[] offsets;
public class CardDeck {
    int numCards;
    int lastCard;
    boolean getOutOfJailFreeUsed;
    long[] offsets;
}
public class CardDeck {
    int numCards;
    int lastCard;
    boolean getOutOfJailFreeUsed;
    long[] offsets;
}