Table of Contents

Method FindDeclaration

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

FindDeclaration(ISyntaxNode, Point, string, CodeCompletionScope, bool)

protected virtual object FindDeclaration(ISyntaxNode node, Point position, string name, CodeCompletionScope scope, bool recursive)

Parameters

node ISyntaxNode
position Point
name string
scope CodeCompletionScope
recursive bool

Returns

object

FindDeclaration(object, IList<ISyntaxNode>, Point, string, CodeCompletionScope, int)

protected virtual object FindDeclaration(object member, IList<ISyntaxNode> types, Point position, string name, CodeCompletionScope scope, int paramCount)

Parameters

member object
types IList<ISyntaxNode>
position Point
name string
scope CodeCompletionScope
paramCount int

Returns

object