Table of Contents

Interface INcSyntax

Namespace
Hi.NcParsers.Syntaxs
Assembly
HiMech.dll

Base interface for syntax-level data transformation on SyntaxPiece.JsonObject. Unlike INcSemantic which produces IAct, INcSyntax only restructures or enriches parsed data without producing actions.

public interface INcSyntax : IMakeXmlSource
Inherited Members
Extension Methods

Remarks

Do not implement this interface directly. Use one of the two derived interfaces:

Properties

Name

string Name { get; }

Property Value

string