Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Question on method-call IJavaElement attributes

please open an enhancement request against AJDT if you think you need it.

Andy.

2008/6/21 Raffi Takvor Khatchadourian <khatchad@xxxxxxxxxxxxxxxxxx>:
> On Sat 21.Jun'08 at 16:53:25 +0100, Raffi Takvor Khatchadourian wrote:
>>
>> Why does a method-call IJavaElement provide a line number as an
>> attribute? What if there is more than one call to a particular method on
>> a single line? Shouldn't an offset and length of the method call in the
>> source be more helpful? Thanks!
>
> Ah, I was looking at solely at the IAJCodeElement interface and not the
> AJCodeElement class. Why doesn't the IAJCodeElement inteface have a
> method getSourceRange()?
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top