Table of Contents

Method GetNodeType

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

GetNodeType(string, ISyntaxNode, Point)

Obtains information type of the SyntaxNode.

public override object GetNodeType(string text, ISyntaxNode node, Point position)

Parameters

text string

Specifies source text.

node ISyntaxNode

Specifies ISyntaxNode representing a current language element.

position Point

Specifies starting position to search.

Returns

object

Object representing type of found member.