Table of Contents

Class SyntaxEntry

Namespace
Hi.Numerical.SoftParsers.Syntaxs
Assembly
HiMech.dll
public class SyntaxEntry
Inheritance
SyntaxEntry
Inherited Members
Extension Methods

Remarks

The design pattern of RawBlock and JsonNode are one-one mapping.

Constructors

SyntaxEntry(RawBlock, JsonNode)

public SyntaxEntry(RawBlock rawNcBlock, JsonNode jsonNode)

Parameters

rawNcBlock RawBlock
jsonNode JsonNode

Properties

JsonNode

public JsonNode JsonNode { get; set; }

Property Value

JsonNode

RawBlock

public RawBlock RawBlock { get; set; }

Property Value

RawBlock