[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Stroing persistent data on the AST

Hi,

I need a way to store information on AST nodes and the information must persist between recreations of the AST tree (modifications to source code).

setProperty will not work as the properties are cleared when the tree is recreated

Has anyone come up against this problem? I see no solution using the AST as is... does anyone know of a solution?

Thanks
Mike