[MonoDevelop] C# - abstract syntax tree

Christian Kollee christian.kollee at FernUni-Hagen.de
Fri Jun 4 06:29:08 EDT 2010


Hi,

I tried to read through the source but couldn't find a clue how to get
an abstract syntax tree (AST) for the current project/solution/files
loaded. The ProjectDOM is not sufficient, as it seems to be readonly and
I need to apply some transformations.

Is it possible to get such an AST from MonoDevelop or do I have to build
it by myself, e.g., using NRefactory?

Best regards
Christian


More information about the Monodevelop-list mailing list