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

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()?


Back to the top