Table of Contents

Method GetExpressionType

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

GetExpressionType(ISyntaxNode, out Point)

Gets a type of expression.

public static string GetExpressionType(ISyntaxNode node, out Point typePos)

Parameters

node ISyntaxNode

Expression node to check.

typePos Point

Receives position of specified type.

Returns

string

string describing type of the expression

GetExpressionType(ISyntaxNode)

protected virtual string GetExpressionType(ISyntaxNode node)

Parameters

node ISyntaxNode

Returns

string