On Tue, 2010-06-22 at 07:42 +0200, Tudor Girba wrote:
FAMIXSourceAnchor is an abstract superclass of actual
anchors.
Please
take a look at the two existing subclasses, FAMIXFileAnchor (points
to
a position in a file) and FAMIXSourceTextAnchor (stores directly the
text).
Thanks for the pointer (I guess that's a pun).
FamixSourceTextAnchor>>source
has no annotation. Is that an oversight?
The same class also has methods (e.g., #lineCount) that do not
correspond to instance variables.
I think my understanding of what these classes are suppsed to be is
still shakey. I thought they were basically bags of properties, an
excuse to provide method and class annotations. Could anyone offer any
refinements?
Thanks, Doru, for all your answers so far.
Ross