Class NodeExtensions
- Namespace
- Alternet.FormDesigner.TypeScript
- Assembly
- Alternet.FormDesigner.TypeScript.v9.dll
Contains extended methods for Alternet.Common.TypeScript.Types.Node
class.
public static class NodeExtensions
- Inheritance
-
NodeExtensions
Methods
- FindArgumentList(Node)
Finds child node which represents list of arguments of the current node.
- FindArrayList(Node)
Finds child node which represents array list of the current node.
- FindLast(Node, SyntaxKind)
Finds last child node with specified SyntaxKind of the current node.
- FindMemberName(Node)
Finds child node which contains last name part of the current node.
- FindParamList(Node)
Finds child node which represents list of parameters of the current node.
- GetBaseNode(Node)
Finds child node which represents base type of the current node.
- GetLastChild(Node, bool)
Finds last child node with specified SyntaxKind of the current node.
- GetName(Node)
Finds child node which contains full name of the current node.
- GetTypeName(Node)
Finds child node which contains type information of the current node.