Table of Contents

Interface ICmdBlockBuilder

Namespace
Hi.Numerical.SoftParsers.CmdBlocks
Assembly
HiMech.dll

Builder of CmdBlock

public interface ICmdBlockBuilder
Extension Methods

Properties

Name

string Name { get; }

Property Value

string

Methods

Build(LinkedListNode<BlockEntry>)

Build BlockEntry of the node.

void Build(LinkedListNode<BlockEntry> blockEntryNode)

Parameters

blockEntryNode LinkedListNode<BlockEntry>

Remarks

Since the building process may require the information of the related node, a whole node is passed in. The passed-in BlockEntry.CmdBlock can be null or not, This function is supposed to create it or refine it.