Hi, my team is currently working on generating useful functions
(debugging etc) that we can insert into designated classes. We are
looking into doing it in tree, and we're having a few problems finding
the proper insertion points. We're also using a fairly new snapshot,
because older versions didn't build functions function at a time, but
rather statement at a time. We assumed the newer behavior to be
simpler for us to work with. So if anyone could help us out with some
good locations to declare and define functions, and then attach it to
a class, that would be great. TIA.
-Justin