Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] More CDT 4.0 diffs from 3.1: IScope

Hi Beth,
IScope.getPhysicalNode() does not make sense for scopes stored in the
index,
that's why I removed it.

You can use ASTInternal.getPhysicalNodeOfScope(IScope) if you need to
access 
this functionality, it will work for scopes form the AST, only.

IASTNode.contains90 is implemented by ASTNode.contains().

Markus.
 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Beth Tibbitts
Sent: Freitag, 08. Dezember 2006 23:01
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] More CDT 4.0 diffs from 3.1: IScope



IScope no longer has a getPhysicalNode() method.
       what should i use instead?

IASTNode  implementations now need contains() method
         Is there a sample implementation anywhere of how to implement
that?

More coming, I'm sure.


...Beth
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
T.J.Watson Research Center
Lexington, KY 40511

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


Back to the top