in reply to Re: getting a list of all subclasses of base class x
in thread getting a list of all subclasses of base class x

Thanks very much!
++

it did work and it is very elegant!

If you are interested, I am working on a policy for perlcritic to detect cut-and-paste regions (thats is repitition of code fragments). The full class names of the token types of PPI are too long to store, so I map them to small numbers.

  • Comment on Re^2: getting a list of all subclasses of base class x