Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] CModelBuilder adds line numbers + JUnit test

> 
> You are Right. Except that this patch did not put this functionality in
> CElement. It was always there. It only exposed the two functions through the
> ICElement interface.

CElement is an internal class for implementing all sort of usefull methods,
for example, CElement.getStartPos(), CElement.setIdPos(), CElement.openHierarchy()
etc ..
And yes, it also implements ICElement.

But not all the methods are push up to the ICElement interface.

Like, getStartPos(), getIdPos() etc ... the methods are provided
through a different Interface:

	ISourceRange, ISourceReference.


> I will send another patch to move line numbers into source manipulation.

Cool, many thanks.




Back to the top