Skip to main content

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

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!


Back to the top