Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Create a NormalAnnotation

This kind of questions should be asked on the JDT forum.
You can look for the ASTRewrite. This is what you should use to do what 
you want.

HTH,

Olivier



From:
"www.gwtorm.com" <jim.pxie@xxxxxxxxx>
To:
jdt-core-dev@xxxxxxxxxxx
Date:
2010-06-07 10:33
Subject:
[jdt-core-dev] Create a NormalAnnotation
Sent by:
jdt-core-dev-bounces@xxxxxxxxxxx



I just have some basic knowledge of AST. I can use AST to get information 
about Class, Method as well as Annotation. I need help about how to create 
NormalAnnotation and SingleMemberAnnotation and write back to Java source 
code. I appreciate it if you could provide a code snippet or some tutorial 
URL.


Jim_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev





Back to the top