Table of Contents

Method FindDeclaration

Namespace
Alternet.Syntax.Parsers.Python.SemanticModel
Assembly
Alternet.Syntax.Parsers.Advanced.Python.v9.dll

FindDeclaration(ISyntaxNode, IList<PythonContext>, ref Point, ref Point)

protected virtual IPythonSymbol FindDeclaration(ISyntaxNode node, IList<PythonContext> contexts, ref Point position, ref Point endPos)

Parameters

node ISyntaxNode
contexts IList<PythonContext>
position Point
endPos Point

Returns

IPythonSymbol

FindDeclaration(ISyntaxNode, IList<PythonContext>, Point)

protected IPythonSymbol FindDeclaration(ISyntaxNode node, IList<PythonContext> contexts, Point position)

Parameters

node ISyntaxNode
contexts IList<PythonContext>
position Point

Returns

IPythonSymbol