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)
commit2827c8950ad3f32f4649dc1235d1a1d971180914
treeff86443edd849d14c7a91b221ed41f0cfef5aed1
parent0f9fbcbf60363223aae07da96dc4fcbcf6957d20
parent7ac1b3939eb752bc6628ce6aa5bb13224a08f40f
Merge: nitx: add hierarchy lookup commands

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>