[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] JDT DOM question

Hello,

Q1. Is there any way to get org.eclipse.jdt.core.dom.ASTNode for a
particular org.eclipse.jdt.core.IType?

Q2 Is it possible to get ASTNode given a fully qualified name for either a
type/attribute/method?

After parsing the CompilationUnit containing the IType, I can go through all
the TypeDeclaration and children of that typedeclaration. But this method is
too slow.

Thanks,
Maneesh