[JET] Can JET read the binding information of a AST node? [message #664448] |
Fri, 08 April 2011 18:35  |
Eclipse User |
|
|
|
Hi,
JET can read .java, which is pretty cool. Now I need to read the super (parent) interface of a java interface (parsed as AST). Without access to its binding information, i can only get the name of this super interface (nodeType: SimpleType). Can JET read bindings as well?
Any advice would be highly appreciated.
William
|
|
|
|
Re: [JET] Can JET read the binding information of a AST node? [message #665206 is a reply to message #664448] |
Wed, 13 April 2011 12:29  |
Eclipse User |
|
|
|
Hi Paul,
Thanks so much for your replies.
Can I just create another AST for this super interface (using the created custom tag that accepts qualified name of an interface)? What I want is method declarations of this super interface, and let's assume that somehow I can get its qualified name. The only thing I'm not sure is if I can use JET to traverse an AST that is created from binary (class) files, since the source code of this super interface may not be available.
I haven't tried this yet, but do you think it is possible?
Thank you,
William
|
|
|
Powered by
FUDForum. Page generated in 0.03531 seconds