| Rules Applied | StructRule | 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;
}
|