Fixes #322 We add an option `createPhantomSuperclasses` to `ClassHierarchy`. When set, if a superclass is missing, we create a new `PhantomClass` in its place and allow the subclass to be added. To use, you can create the `ClassHierarchy` with the new `ClassHierarchyFactory.makeWithPhantom` methods. |
||
|---|---|---|
| .. | ||
| core/tests | ||
| demandpa/driver | ||
| examples | ||
| util/io | ||