Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Question about "ASTNode.bits" (???)

Hi,

Did you see the answer to your query on the forum?
http://www.eclipse.org/forums/index.php/m/777886/

Note that this mailing list is reserved for developers of JDT and forums
are the right place to ask questions. Thanks!


Thanks and Regards
--------------------------------------------------------
Ayushman Jain
Eclipse JDT/Core Committer
ayushman_jain@xxxxxxxxxx
Ph: +919742257437
Twitter @ayushman_jain
--------------------------------------------------------




From:	jdt-core-dev-request@xxxxxxxxxxx
To:	jdt-core-dev@xxxxxxxxxxx
Date:	01/13/2012 10:30 PM
Subject:	jdt-core-dev Digest, Vol 82, Issue 2
Sent by:	jdt-core-dev-bounces@xxxxxxxxxxx



Send jdt-core-dev mailing list submissions to
		 jdt-core-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
		 https://dev.eclipse.org/mailman/listinfo/jdt-core-dev
or, via email, send a message with subject or body 'help' to
		 jdt-core-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
		 jdt-core-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of jdt-core-dev digest..."


Today's Topics:

   1. Question about "ASTNode.bits" (???)


----------------------------------------------------------------------

Message: 1
Date: Fri, 13 Jan 2012 10:34:27 +0900
From: ??? <minhyuk@xxxxxxxxxxxxxxxx>
To: <jdt-core-dev@xxxxxxxxxxx>
Subject: [jdt-core-dev] Question about "ASTNode.bits"
Message-ID: <002001ccd193$7d205390$7760fab0$@suresofttech.com>
Content-Type: text/plain; charset="ks_c_5601-1987"

Hi! Community.

I always thanks for you guys great jobs on JDTs. Really thank you.

So,
I am developing source instrumentation plugin for JDT.

I have one question about
?org.eclipse.jdt.internal.compiler.ast.ASTNode.bits?


I have seen that internal ASTNode has bits field for capture various
informations(useful semantic informations for my work).
But, unfortunately DOM ASTNode didn't have it(bits flag for semantic
informations).

I think there are reasons for that?
Please let me know? Why?



Especially, whether statement is dead or not is good information for
instrumentation functionals.

Can I hacking ASTConverter?



Best Regards,



Minhyuk, Kwon







-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
https://dev.eclipse.org/mailman/private/jdt-core-dev/attachments/20120113/17f14033/attachment.htm
>

------------------------------

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


End of jdt-core-dev Digest, Vol 82, Issue 2
*******************************************





Back to the top