I have a ast object for a compilation unit. How can I get superclass object from the ast tree?

Thanks.

link|improve this question
I found an answer: I had to implement a visitor for AST tree with TypeDeclaration argument and get the super class using node.resolveBinding().getSuperclass() – Tim Dec 25 '11 at 13:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.