Transformation Rules Applied to File:OwnedPropertyList.java

Showing full text of file after each rule

Rules AppliedStructRule TypedefRule.DefineReplacementRule PointerRule InsertClassRule (Final Version)
StructRule
TypedefRule.DefineReplacementRule
PointerRule
InsertClassRule
final
SQUARE * square1;
OwnedPropertyList * next;
Square * square1;
OwnedPropertyList * next;
Square square1;
OwnedPropertyList next;
public class OwnedPropertyList {
    Square square1;
    OwnedPropertyList next;
}
public class OwnedPropertyList {
    Square square1;
    OwnedPropertyList next;
}