Method IsStatementNode
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
IsStatementNode(ISyntaxNode)
Indicates whether specified node is a a statement node.
public static bool IsStatementNode(ISyntaxNode node)
Parameters
node
ISyntaxNodeSpecifies
ISyntaxNode
to check-up.
Returns
- bool
True if specified node is block node; otherwise false.