| Class | Description |
|---|---|
| CPSBase | Base class. |
| CPSChild | Child class. |
| CPSGrandchild | This demostrate after the children class calling super.method(), the method is altered by CPS plugin, and the context to super is lost. |
| NonCPSBase | Base class. |
| NonCPSChild | Child class. |
| NonCPSGrandchild | This demostrate after the children class calling super.method(), the remaining code of the children method will be skipped. |