Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] pure virtual method spec in index

Hi all,

I'm trying to determine whether a method underlying a method binding is
pure virtual, but it seems that
org.eclipse.cdt.core.dom.ast.cpp.ICPPMethod doesn't have an isAbstract
method.

Is there only recourse to the ast (ICPPASTFunctionDeclarator etc) to
determine whether I'm dealing with a pure virtual method declaration?

Thanks in advance,
s 
 
*******************************
This e-mail contains information for the intended recipient only.  It may contain proprietary material or confidential information.  If you are not the intended recipient you are not authorised to distribute, copy or use this e-mail or any attachment to it. Murex cannot guarantee that it is virus free and accepts no responsibility for any loss or damage arising from its use.  If you have received this e-mail in error please notify immediately the sender and delete the original email received, any attachments and all copies from your system.


Back to the top