Merge: nitx: add hierarchy lookup commands
authorJean Privat <jean@pryen.org>
Tue, 2 Jun 2015 10:42:59 +0000 (06:42 -0400)
committerJean Privat <jean@pryen.org>
Tue, 2 Jun 2015 10:42:59 +0000 (06:42 -0400)
This PR introduce 4 commands to explore class hierarchies:

* `parents:` for direct parents
* `ancestors`: for all inherited classes
* `children:` for known direct children
* `descendants:` for all the known descandants classes

Also fixes #1420

Pull-Request: #1421
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge