Table of Contents

Interface ISituNcSyntax

Namespace
Hi.NcParsers.Syntaxs
Assembly
HiMech.dll

In-situ syntax: mutates the JsonObject of the given node in-place without changing the node count. Most parsing and logic syntaxes implement this interface.

public interface ISituNcSyntax : INcSyntax, IMakeXmlSource
Inherited Members
Extension Methods

Methods

Build(LazyLinkedListNode<SyntaxPiece>, List<INcDependency>)

Build syntax arrangement into the syntaxPieceNode in-place.

void Build(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode, List<INcDependency> ncDependencyList)

Parameters

syntaxPieceNode LazyLinkedListNode<SyntaxPiece>
ncDependencyList List<INcDependency>