Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] How to use the Converter?

Hi,

I want to convert an
...jdt.internal.compiler.ast.AbstractMethodDeclaration to a
...jdt.core.dom.MethodDeclaration. I tried to use the ASTConverter
for this, but failed with a NullPointerException because the source
is not set. Can someone give me some hints on how to use the
converter? Or is there another way to achieve my goal?

Thanks for help.
Greetings
Martin



Back to the top