Table of Contents

Class NodeExtensions

Namespace
Alternet.FormDesigner.Python
Assembly
Alternet.FormDesigner.Python.v9.dll

Contains extended methods for Alternet.Syntax.ISyntaxNode class.

public static class NodeExtensions
Inheritance
NodeExtensions

Methods

FindArgumentList(ISyntaxNode)

Finds child node which represents list of arguments of the current node.

FindParamList(ISyntaxNode)

Finds child node which represents list of parameters of the current node.

FindSliceList(ISyntaxNode)

Finds child node which represents expression or slice list within the current node.

GetBaseNode(ISyntaxNode)

Finds child node which represents base type of the current node.

GetName(ISyntaxNode)

Finds child node which contains full name of the current node.

GetSyntaxErrors(ISyntaxNode, IList<ISyntaxError>)