C# Class OpenIDE.CodeEngine.Core.Handlers.GoToDefinitionHandler

Inheritance: IHandler
Show file Open project: continuoustests/OpenIDE

Public Methods

Method Description
GoToDefinitionHandler ( CommandEndpoint endpoint, TypeCache cache, PluginLocator locator ) : System
Handle ( System.Guid clientID, CommandMessage message ) : void
Handles ( CommandMessage message ) : bool

Method Details

GoToDefinitionHandler() public method

public GoToDefinitionHandler ( CommandEndpoint endpoint, TypeCache cache, PluginLocator locator ) : System
endpoint OpenIDE.CodeEngine.Core.Endpoints.CommandEndpoint
cache OpenIDE.CodeEngine.Core.Caching.TypeCache
locator OpenIDE.Core.Language.PluginLocator
return System

Handle() public method

public Handle ( System.Guid clientID, CommandMessage message ) : void
clientID System.Guid
message OpenIDE.Core.Commands.CommandMessage
return void

Handles() public method

public Handles ( CommandMessage message ) : bool
message OpenIDE.Core.Commands.CommandMessage
return bool