Table of Contents

Method GetTypeOfNode

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

GetTypeOfNode(ISyntaxNode, ISyntaxNode, ref string, ref Point, bool, bool, out CodeCompletionScope)

protected virtual object GetTypeOfNode(ISyntaxNode node, ISyntaxNode refNode, ref string name, ref Point position, bool localVar, bool checkBlock, out CodeCompletionScope scope)

Parameters

node ISyntaxNode
refNode ISyntaxNode
name string
position Point
localVar bool
checkBlock bool
scope CodeCompletionScope

Returns

object

GetTypeOfNode(ISyntaxNode, string, Point, ref string, ref Point, bool, bool, out CodeCompletionScope, bool)

protected virtual object GetTypeOfNode(ISyntaxNode node, string typeName, Point typePos, ref string name, ref Point position, bool localVar, bool checkBlock, out CodeCompletionScope scope, bool isArray)

Parameters

node ISyntaxNode
typeName string
typePos Point
name string
position Point
localVar bool
checkBlock bool
scope CodeCompletionScope
isArray bool

Returns

object