navigateToSendersOfName

fun navigateToSendersOfName(nameInModule: NameInModule, tokenIndexInName: Int, mouseEvent: MouseEvent)

The user has clicked on a token in the source in such a way that they are requesting navigation to places that send that method. Begin an asynchronous action to locate all usages of the name in all visible modules that have been compiled since their last change.

Parameters

nameInModule

The NameInModule to find.

tokenIndexInName

The index of the token that the user has selected within the list of a message's tokens produced by a MessageSplitter.

mouseEvent

The MouseEvent which was the request for navigation.