Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT ASTVisitor missing endVisit?

Hi Nicklas

 

If I got the intention of endVisit from the JDT ASTVisitor right, then it is the same as the leave methods of the CDT ASTVisitor. The leave method should be overridden in any derived visitor that is interested in handling it specifically.

Or are you looking for anything else?

 

Regards

Thomas

 

 

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Nicklas Bo Jensen
Sent: Donnerstag, 25. April 2013 14:28
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] CDT ASTVisitor missing endVisit?

 

Dear All,

 

After using the CDT ASTVisitor I just want to confirm that it is missing the endVisit method which its JDT brother has? This is not implemented in some other class I am missing?

 

Thanks,

Nicklas


Back to the top