Value of a MethodNode is updated

Issue #18 invalid
Christian Oeing repo owner created an issue

There are several types of data nodes (fields, properties, methods), but only fields and properties have a value. So MethodNodes don't need value updates or lookups.

Comments (2)

  1. Christian Oeing reporter

    Updating the MethodNode is correct: A method node has to update its delegate when the object that contains the method changed as the delegate depends on the object.

  2. Log in to comment