|
Java Tree Class
Hi everybody,
I need to implement something, and using an abstract syntax tree seems to be the easiest method. Sadly, I have to do it in Java, and was wondering if there is already a built in Java tree class that I can use for this, or if I have to write my own. I will have to do a lot of transformations on the tree. I would normally use C++ for this kind of work as I already have loads of templates lying around, but I have no option.
Cheers,
Brick
__________________
Call me Brick, if you like!
|