Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] AST problem with CDT

We have refactoring based on the LTK, so I imagine you could do whole
files this way. I haven't mucked in that part of the code but it shouldn't
be too hard to find.

On 12-03-13 3:07 AM, "Nathan Ridge" <zeratul976@xxxxxxxxxxx> wrote:

>
>> Hi:
>>    I have been working with a  eclipse tool which
>could parse java source file into ast and  translate ast into other
>programming language(such as c/c++) .And what I just want to know is if
>there is 
>any possibility to construct a ast manually with the information I get
>from java 
>ast?If Yes,could you give the example or any references for me to study?
>>  
>
>> Thax a lot.
>
>Perhaps this document may be of help:
>http://wiki.eclipse.org/images/c/c7/CDT_APIs_for_code_introspection.pdf
>
>Regards,
>Nate
>
> 		 	   		  
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top