Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Methode Visibility in AST

If you have the IASTName for the method, you can resolveBinding() on it to
get at the ICPPMethod binding object. From there you can get the visibility.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, Tools PMC member
http://cdtdoug.blogspot.com
 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Leo Büttiker
Sent: Friday, May 12, 2006 5:22 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Methode Visibility in AST

Hi all,
We currently working hard to implement refactoring with the DOM-AST. Is
there 
currently a possibility to get the visibility of a method? If not, we try to

implement this.
Regards,
Leo
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top